#AA2C68

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

Shades of Rouge #AA2C68

Tints of Rouge #AA2C68

Color information

#AA2C68 (or 0xAA2C68) is unknown color: approx Rouge. HEX triplet: AA, 2C and 68. RGB value is (170,44,104). Sum of RGB (Red+Green+Blue) = 170+44+104=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2C68 is #55D397. Grayscale: #585858. Windows color (decimal): -5624728 or 6827178. OLE color: 6827178.

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

Color convert

RGB17044104-
CMYK00.740.390.33
HSL331.43º58.88%41.96%-
HSV(B)331.43º74.12%66.67%-
XYZ19.9811.3514.23-
YUV88.51136.74186.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.46%
GREEN value IS 44 (17.58% from 255) = 13.84%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=53.46%
G=13.84%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704410400.740.390.33331.4358.8841.96
HexAA2C6804A272114b3b2a
Octal25254150011247415137352
Binary10101010101100110100001001010100111100001101001011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2C68; }

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

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

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

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

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

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

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

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