#A63661

Color #A63661 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A63661

Tints of Rouge #A63661

Color information

#A63661 (or 0xA63661) is unknown color: approx Rouge. HEX triplet: A6, 36 and 61. RGB value is (166,54,97). Sum of RGB (Red+Green+Blue) = 166+54+97=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A63661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63661 is #59C99E. Grayscale: #5C5C5C. Windows color (decimal): -5884319 or 6370982. OLE color: 6370982.

HSL color Cylindrical-coordinate representation of color #A63661: hue angle of 336.96º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63661 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1665497-
CMYK00.670.420.35
HSL336.96º50.91%43.14%-
HSV(B)336.96º67.47%65.1%-
XYZ19.211.6112.54-
YUV92.39130.61180.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 52.37%
GREEN value IS 54 (21.48% from 255) = 17.03%
BLUE value IS 97 (38.28% from 255) = 30.60%
R=52.37%
G=17.03%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166549700.670.420.35336.9650.9143.14
HexA636610432A23151332b
Octal24666141010352435216353
Binary10100110110110110000101000011101010100011101010001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63661; }

 p { color: rgb(166,54,97); }

 H1.HeaderClassName
 {
   color: #A63661;
 }
 .AnyTagClassName
 {
   color: #A63661;
 }
</style>
background-color css

<style>
 a { background-color: #A63661; }

 a { background-color: rgb(166,54,97); }

 div.DivClassName
 {
   background-color: #A63661;
 }
 .BgClassName
 {
   background-color: #A63661;
 }
</style>
border-color css

<style>
 span { border-color: #A63661; }

 span { border-color: rgb(166,54,97); }

 td.TdClassName
 {
   border-color: #A63661;
 }
 .TagClassName
 {
   border-color: #A63661;
 }
</style>