#AA2C60

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

Shades of Rouge #AA2C60

Tints of Rouge #AA2C60

Color information

#AA2C60 (or 0xAA2C60) is unknown color: approx Rouge. HEX triplet: AA, 2C and 60. RGB value is (170,44,96). Sum of RGB (Red+Green+Blue) = 170+44+96=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2C60 is #55D39F. Grayscale: #575757. Windows color (decimal): -5624736 or 6302890. OLE color: 6302890.

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

Color convert

RGB1704496-
CMYK00.740.440.33
HSL335.24º58.88%41.96%-
HSV(B)335.24º74.12%66.67%-
XYZ19.5911.1912.19-
YUV87.6132.74186.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.84%
GREEN value IS 44 (17.58% from 255) = 14.19%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=54.84%
G=14.19%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170449600.740.440.33335.2458.8841.96
HexAA2C6004A2C2114f3b2a
Octal25254140011254415177352
Binary10101010101100110000001001010101100100001101001111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2C60; }

 p { color: rgb(170,44,96); }

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

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

 a { background-color: rgb(170,44,96); }

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

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

 span { border-color: rgb(170,44,96); }

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