#aa4666

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

Shades of Rouge #AA4666

Tints of Rouge #AA4666

Color information

#AA4666 (or 0xAA4666) is unknown color: approx Rouge. HEX triplet: AA, 46 and 66. RGB value is (170,70,102). Sum of RGB (Red+Green+Blue) = 170+70+102=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4666 is #55B999. Grayscale: #676767. Windows color (decimal): -5618074 or 6702762. OLE color: 6702762.

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

Color convert

RGB17070102-
CMYK00.590.40.33
HSL340.8º41.67%47.06%-
HSV(B)340.8º58.82%66.67%-
XYZ21.1713.8914.14-
YUV103.55127.13175.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.71%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=49.71%
G=20.47%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707010200.590.40.33340.841.6747.06
HexAA466603B28211552a2f
Octal25210614607350415255257
Binary10101010100011011001100111011101000100001101010101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa4666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa4666; }

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

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

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

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

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

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

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

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