#AA406F

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

Shades of Rouge #AA406F

Tints of Rouge #AA406F

Color information

#AA406F (or 0xAA406F) is unknown color: approx Rouge. HEX triplet: AA, 40 and 6F. RGB value is (170,64,111). Sum of RGB (Red+Green+Blue) = 170+64+111=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA406F is #55BF90. Grayscale: #646464. Windows color (decimal): -5619601 or 7291050. OLE color: 7291050.

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

Color convert

RGB17064111-
CMYK00.620.350.33
HSL333.4º45.3%45.88%-
HSV(B)333.4º62.35%66.67%-
XYZ21.2813.3616.5-
YUV101.05133.62177.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=49.28%
G=18.55%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706411100.620.350.33333.445.345.88
HexAA406F03E232114d2d2e
Octal25210015707643415155556
Binary10101010100000011011110111110100011100001101001101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA406F; }

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

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

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

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

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

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

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

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