#A8286A

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

Shades of Rouge #A8286A

Tints of Rouge #A8286A

Color information

#A8286A (or 0xA8286A) is unknown color: approx Rouge. HEX triplet: A8, 28 and 6A. RGB value is (168,40,106). Sum of RGB (Red+Green+Blue) = 168+40+106=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A8286A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8286A is #57D795. Grayscale: #555555. Windows color (decimal): -5756822 or 6957224. OLE color: 6957224.

HSL color Cylindrical-coordinate representation of color #A8286A: hue angle of 329.06º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8286A is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB16840106-
CMYK00.760.370.34
HSL329.06º61.54%40.78%-
HSV(B)329.06º76.19%65.88%-
XYZ19.5110.8814.71-
YUV85.8139.41186.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.50%
GREEN value IS 40 (16.02% from 255) = 12.74%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=53.50%
G=12.74%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684010600.760.370.34329.0661.5440.78
HexA8286A04C25221493e29
Octal25050152011445425117651
Binary10101000101000110101001001100100101100010101001001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8286A; }

 p { color: rgb(168,40,106); }

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

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

 a { background-color: rgb(168,40,106); }

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

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

 span { border-color: rgb(168,40,106); }

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