#AA4964

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

Shades of Rouge #AA4964

Tints of Rouge #AA4964

Color information

#AA4964 (or 0xAA4964) is unknown color: approx Rouge. HEX triplet: AA, 49 and 64. RGB value is (170,73,100). Sum of RGB (Red+Green+Blue) = 170+73+100=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4964 is #55B69B. Grayscale: #696969. Windows color (decimal): -5617308 or 6572458. OLE color: 6572458.

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

Color convert

RGB17073100-
CMYK00.570.410.33
HSL343.3º39.92%47.65%-
HSV(B)343.3º57.06%66.67%-
XYZ21.2614.2313.68-
YUV105.08125.14174.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 100 (39.45% from 255) = 29.15%
R=49.56%
G=21.28%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707310000.570.410.33343.339.9247.65
HexAA496403929211572830
Octal25211114407151415275060
Binary10101010100100111001000111001101001100001101010111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4964; }

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

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

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

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

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

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

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

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