#A6426B

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

Shades of Rouge #A6426B

Tints of Rouge #A6426B

Color information

#A6426B (or 0xA6426B) is unknown color: approx Rouge. HEX triplet: A6, 42 and 6B. RGB value is (166,66,107). Sum of RGB (Red+Green+Blue) = 166+66+107=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6426B is #59BD94. Grayscale: #646464. Windows color (decimal): -5881237 or 7029414. OLE color: 7029414.

HSL color Cylindrical-coordinate representation of color #A6426B: hue angle of 335.4º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6426B is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB16666107-
CMYK00.600.360.35
HSL335.4º43.1%45.49%-
HSV(B)335.4º60.24%65.1%-
XYZ20.3313.0615.36-
YUV100.57131.63174.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=48.97%
G=19.47%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666610700.600.360.35335.443.145.49
HexA6426B03C242314f2b2d
Octal24610215307444435175355
Binary10100110100001011010110111100100100100011101001111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6426B; }

 p { color: rgb(166,66,107); }

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

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

 a { background-color: rgb(166,66,107); }

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

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

 span { border-color: rgb(166,66,107); }

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