#AA2447

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

Shades of Old Rose #AA2447

Tints of Old Rose #AA2447

Color information

#AA2447 (or 0xAA2447) is unknown color: approx Old Rose. HEX triplet: AA, 24 and 47. RGB value is (170,36,71). Sum of RGB (Red+Green+Blue) = 170+36+71=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2447 is #55DBB8. Grayscale: #505050. Windows color (decimal): -5626809 or 4662442. OLE color: 4662442.

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

Color convert

RGB1703671-
CMYK00.790.580.33
HSL344.33º65.05%40.39%-
HSV(B)344.33º78.82%66.67%-
XYZ18.3510.266.98-
YUV80.06122.89192.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.37%
GREEN value IS 36 (14.45% from 255) = 13.00%
BLUE value IS 71 (28.12% from 255) = 25.63%
R=61.37%
G=13.00%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170367100.790.580.33344.3365.0540.39
HexAA244704F3A211584128
Octal252441070117724153010150
Binary101010101001001000111010011111110101000011010110001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2447; }

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

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

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

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

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

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

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

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