#AA406D

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

Shades of Rouge #AA406D

Tints of Rouge #AA406D

Color information

#AA406D (or 0xAA406D) is unknown color: approx Rouge. HEX triplet: AA, 40 and 6D. RGB value is (170,64,109). Sum of RGB (Red+Green+Blue) = 170+64+109=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA406D is #55BF92. Grayscale: #646464. Windows color (decimal): -5619603 or 7159978. OLE color: 7159978.

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

Color convert

RGB17064109-
CMYK00.620.360.33
HSL334.53º45.3%45.88%-
HSV(B)334.53º62.35%66.67%-
XYZ21.1713.3215.92-
YUV100.82132.62177.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=49.56%
G=18.66%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706410900.620.360.33334.5345.345.88
HexAA406D03E242114f2d2e
Octal25210015507644415175556
Binary10101010100000011011010111110100100100001101001111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA406D; }

 p { color: rgb(170,64,109); }

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

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

 a { background-color: rgb(170,64,109); }

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

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

 span { border-color: rgb(170,64,109); }

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