#AA4A66

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

Shades of Rouge #AA4A66

Tints of Rouge #AA4A66

Color information

#AA4A66 (or 0xAA4A66) is unknown color: approx Rouge. HEX triplet: AA, 4A and 66. RGB value is (170,74,102). Sum of RGB (Red+Green+Blue) = 170+74+102=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A66 is #55B599. Grayscale: #696969. Windows color (decimal): -5617050 or 6703786. OLE color: 6703786.

HSL color Cylindrical-coordinate representation of color #AA4A66: hue angle of 342.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A66 is Cyan = 0, Magento = 0.56, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB17074102-
CMYK00.560.40.33
HSL342.5º39.34%47.84%-
HSV(B)342.5º56.47%66.67%-
XYZ21.4214.414.22-
YUV105.9125.8173.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 74 (29.30% from 255) = 21.39%
BLUE value IS 102 (40.23% from 255) = 29.48%
R=49.13%
G=21.39%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707410200.560.40.33342.539.3447.84
HexAA4A6603828211562730
Octal25211214607050415264760
Binary10101010100101011001100111000101000100001101010110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A66; }

 p { color: rgb(170,74,102); }

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

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

 a { background-color: rgb(170,74,102); }

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

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

 span { border-color: rgb(170,74,102); }

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