#A9406A

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

Shades of Rouge #A9406A

Tints of Rouge #A9406A

Color information

#A9406A (or 0xA9406A) is unknown color: approx Rouge. HEX triplet: A9, 40 and 6A. RGB value is (169,64,106). Sum of RGB (Red+Green+Blue) = 169+64+106=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A9406A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9406A is #56BF95. Grayscale: #646464. Windows color (decimal): -5685142 or 6963369. OLE color: 6963369.

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

Color convert

RGB16964106-
CMYK00.620.370.34
HSL336º45.06%45.69%-
HSV(B)336º62.13%66.27%-
XYZ20.813.1415.08-
YUV100.18131.29177.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 64 (25.39% from 255) = 18.88%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=49.85%
G=18.88%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696410600.620.370.3433645.0645.69
HexA9406A03E25221502d2e
Octal25110015207645425205556
Binary10101001100000011010100111110100101100010101010000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9406A; }

 p { color: rgb(169,64,106); }

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

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

 a { background-color: rgb(169,64,106); }

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

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

 span { border-color: rgb(169,64,106); }

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