#AA4062

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

Shades of Rouge #AA4062

Tints of Rouge #AA4062

Color information

#AA4062 (or 0xAA4062) is unknown color: approx Rouge. HEX triplet: AA, 40 and 62. RGB value is (170,64,98). Sum of RGB (Red+Green+Blue) = 170+64+98=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4062 is #55BF9D. Grayscale: #636363. Windows color (decimal): -5619614 or 6439082. OLE color: 6439082.

HSL color Cylindrical-coordinate representation of color #AA4062: hue angle of 340.75º 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 #AA4062 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB1706498-
CMYK00.620.420.33
HSL340.75º45.3%45.88%-
HSV(B)340.75º62.35%66.67%-
XYZ20.6213.0913-
YUV99.57127.12178.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 64 (25.39% from 255) = 19.28%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=51.20%
G=19.28%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170649800.620.420.33340.7545.345.88
HexAA406203E2A211552d2e
Octal25210014207652415255556
Binary10101010100000011000100111110101010100001101010101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4062; }

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

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

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

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

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

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

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

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