#A6286B

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

Shades of Rouge #A6286B

Tints of Rouge #A6286B

Color information

#A6286B (or 0xA6286B) is unknown color: approx Rouge. HEX triplet: A6, 28 and 6B. RGB value is (166,40,107). Sum of RGB (Red+Green+Blue) = 166+40+107=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6286B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6286B is #59D794. Grayscale: #555555. Windows color (decimal): -5887893 or 7022758. OLE color: 7022758.

HSL color Cylindrical-coordinate representation of color #A6286B: hue angle of 328.1º 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 #A6286B is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB16640107-
CMYK00.760.360.35
HSL328.1º61.17%40.39%-
HSV(B)328.1º75.9%65.1%-
XYZ19.1410.6914.96-
YUV85.31140.24185.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.04%
GREEN value IS 40 (16.02% from 255) = 12.78%
BLUE value IS 107 (42.19% from 255) = 34.19%
R=53.04%
G=12.78%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664010700.760.360.35328.161.1740.39
HexA6286B04C24231483d28
Octal24650153011444435107550
Binary10100110101000110101101001100100100100011101001000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6286B; }

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

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

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

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

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

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

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

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