#AA2C46

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

Shades of Old Rose #AA2C46

Tints of Old Rose #AA2C46

Color information

#AA2C46 (or 0xAA2C46) is unknown color: approx Old Rose. HEX triplet: AA, 2C and 46. RGB value is (170,44,70). Sum of RGB (Red+Green+Blue) = 170+44+70=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2C46 is #55D3B9. Grayscale: #545454. Windows color (decimal): -5624762 or 4598954. OLE color: 4598954.

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

Color convert

RGB1704470-
CMYK00.740.590.33
HSL347.62º58.88%41.96%-
HSV(B)347.62º74.12%66.67%-
XYZ18.5810.796.9-
YUV84.64119.74188.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.86%
GREEN value IS 44 (17.58% from 255) = 15.49%
BLUE value IS 70 (27.73% from 255) = 24.65%
R=59.86%
G=15.49%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170447000.740.590.33347.6258.8841.96
HexAA2C4604A3B2115c3b2a
Octal25254106011273415347352
Binary10101010101100100011001001010111011100001101011100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2C46; }

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

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

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

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

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

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

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

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