#AA4967

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

Shades of Rouge #AA4967

Tints of Rouge #AA4967

Color information

#AA4967 (or 0xAA4967) is unknown color: approx Rouge. HEX triplet: AA, 49 and 67. RGB value is (170,73,103). Sum of RGB (Red+Green+Blue) = 170+73+103=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4967 is #55B698. Grayscale: #696969. Windows color (decimal): -5617305 or 6769066. OLE color: 6769066.

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

Color convert

RGB17073103-
CMYK00.570.390.33
HSL341.44º39.92%47.65%-
HSV(B)341.44º57.06%66.67%-
XYZ21.4114.2914.46-
YUV105.42126.64174.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 73 (28.91% from 255) = 21.10%
BLUE value IS 103 (40.62% from 255) = 29.77%
R=49.13%
G=21.10%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707310300.570.390.33341.4439.9247.65
HexAA496703927211552830
Octal25211114707147415255060
Binary10101010100100111001110111001100111100001101010101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4967; }

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

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

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

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

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

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

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

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