#AA2448

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

Shades of Old Rose #AA2448

Tints of Old Rose #AA2448

Color information

#AA2448 (or 0xAA2448) is unknown color: approx Old Rose. HEX triplet: AA, 24 and 48. RGB value is (170,36,72). Sum of RGB (Red+Green+Blue) = 170+36+72=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2448 is #55DBB7. Grayscale: #505050. Windows color (decimal): -5626808 or 4727978. OLE color: 4727978.

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

Color convert

RGB1703672-
CMYK00.790.580.33
HSL343.88º65.05%40.39%-
HSV(B)343.88º78.82%66.67%-
XYZ18.3810.287.15-
YUV80.17123.39192.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.15%
GREEN value IS 36 (14.45% from 255) = 12.95%
BLUE value IS 72 (28.52% from 255) = 25.90%
R=61.15%
G=12.95%
B=25.90%

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
Decimal170367200.790.580.33343.8865.0540.39
HexAA244804F3A211584128
Octal252441100117724153010150
Binary101010101001001001000010011111110101000011010110001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2448; }

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

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

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

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

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

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

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

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