#AA4966

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

Shades of Rouge #AA4966

Tints of Rouge #AA4966

Color information

#AA4966 (or 0xAA4966) is unknown color: approx Rouge. HEX triplet: AA, 49 and 66. RGB value is (170,73,102). Sum of RGB (Red+Green+Blue) = 170+73+102=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4966 is #55B699. Grayscale: #696969. Windows color (decimal): -5617306 or 6703530. OLE color: 6703530.

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

Color convert

RGB17073102-
CMYK00.570.40.33
HSL342.06º39.92%47.65%-
HSV(B)342.06º57.06%66.67%-
XYZ21.3614.2714.2-
YUV105.31126.14174.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=49.28%
G=21.16%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707310200.570.40.33342.0639.9247.65
HexAA496603928211562830
Octal25211114607150415265060
Binary10101010100100111001100111001101000100001101010110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4966; }

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

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

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

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

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

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

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

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