#A6286C

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

Shades of Rouge #A6286C

Tints of Rouge #A6286C

Color information

#A6286C (or 0xA6286C) is unknown color: approx Rouge. HEX triplet: A6, 28 and 6C. RGB value is (166,40,108). Sum of RGB (Red+Green+Blue) = 166+40+108=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6286C is #59D793. Grayscale: #555555. Windows color (decimal): -5887892 or 7088294. OLE color: 7088294.

HSL color Cylindrical-coordinate representation of color #A6286C: hue angle of 327.62º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6286C is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16640108-
CMYK00.760.350.35
HSL327.62º61.17%40.39%-
HSV(B)327.62º75.9%65.1%-
XYZ19.1910.7115.24-
YUV85.43140.74185.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.87%
GREEN value IS 40 (16.02% from 255) = 12.74%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=52.87%
G=12.74%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664010800.760.350.35327.6261.1740.39
HexA6286C04C23231483d28
Octal24650154011443435107550
Binary10100110101000110110001001100100011100011101001000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6286C; }

 p { color: rgb(166,40,108); }

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

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

 a { background-color: rgb(166,40,108); }

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

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

 span { border-color: rgb(166,40,108); }

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