#A8406E

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

Shades of Rouge #A8406E

Tints of Rouge #A8406E

Color information

#A8406E (or 0xA8406E) is unknown color: approx Rouge. HEX triplet: A8, 40 and 6E. RGB value is (168,64,110). Sum of RGB (Red+Green+Blue) = 168+64+110=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8406E is #57BF91. Grayscale: #646464. Windows color (decimal): -5750674 or 7225512. OLE color: 7225512.

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

Color convert

RGB16864110-
CMYK00.620.350.34
HSL333.46º44.83%45.49%-
HSV(B)333.46º61.9%65.88%-
XYZ20.813.1216.19-
YUV100.34133.46176.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.12%
GREEN value IS 64 (25.39% from 255) = 18.71%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=49.12%
G=18.71%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686411000.620.350.34333.4644.8345.49
HexA8406E03E232214d2d2d
Octal25010015607643425155555
Binary10101000100000011011100111110100011100010101001101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8406E; }

 p { color: rgb(168,64,110); }

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

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

 a { background-color: rgb(168,64,110); }

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

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

 span { border-color: rgb(168,64,110); }

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