#AA2C6A

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

Shades of Rouge #AA2C6A

Tints of Rouge #AA2C6A

Color information

#AA2C6A (or 0xAA2C6A) is unknown color: approx Rouge. HEX triplet: AA, 2C and 6A. RGB value is (170,44,106). Sum of RGB (Red+Green+Blue) = 170+44+106=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2C6A is #55D395. Grayscale: #585858. Windows color (decimal): -5624726 or 6958250. OLE color: 6958250.

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

Color convert

RGB17044106-
CMYK00.740.380.33
HSL330.48º58.88%41.96%-
HSV(B)330.48º74.12%66.67%-
XYZ20.0811.3914.78-
YUV88.74137.74185.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.12%
GREEN value IS 44 (17.58% from 255) = 13.75%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=53.12%
G=13.75%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704410600.740.380.33330.4858.8841.96
HexAA2C6A04A262114a3b2a
Octal25254152011246415127352
Binary10101010101100110101001001010100110100001101001010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2C6A; }

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

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

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

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

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

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

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

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