#AA2B47

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

Shades of Old Rose #AA2B47

Tints of Old Rose #AA2B47

Color information

#AA2B47 (or 0xAA2B47) is unknown color: approx Old Rose. HEX triplet: AA, 2B and 47. RGB value is (170,43,71). Sum of RGB (Red+Green+Blue) = 170+43+71=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2B47 is #55D4B8. Grayscale: #545454. Windows color (decimal): -5625017 or 4664234. OLE color: 4664234.

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

Color convert

RGB1704371-
CMYK00.750.580.33
HSL346.77º59.62%41.76%-
HSV(B)346.77º74.71%66.67%-
XYZ18.5810.737.05-
YUV84.16120.58189.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.86%
GREEN value IS 43 (17.19% from 255) = 15.14%
BLUE value IS 71 (28.12% from 255) = 25%
R=59.86%
G=15.14%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170437100.750.580.33346.7759.6241.76
HexAA2B4704B3A2115b3c2a
Octal25253107011372415337452
Binary10101010101011100011101001011111010100001101011011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2B47; }

 p { color: rgb(170,43,71); }

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

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

 a { background-color: rgb(170,43,71); }

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

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

 span { border-color: rgb(170,43,71); }

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