#AA2446

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

Shades of Old Rose #AA2446

Tints of Old Rose #AA2446

Color information

#AA2446 (or 0xAA2446) is unknown color: approx Old Rose. HEX triplet: AA, 24 and 46. RGB value is (170,36,70). Sum of RGB (Red+Green+Blue) = 170+36+70=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2446 is #55DBB9. Grayscale: #4F4F4F. Windows color (decimal): -5626810 or 4596906. OLE color: 4596906.

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

Color convert

RGB1703670-
CMYK00.790.590.33
HSL344.78º65.05%40.39%-
HSV(B)344.78º78.82%66.67%-
XYZ18.3110.256.81-
YUV79.94122.39192.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.59%
GREEN value IS 36 (14.45% from 255) = 13.04%
BLUE value IS 70 (27.73% from 255) = 25.36%
R=61.59%
G=13.04%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170367000.790.590.33344.7865.0540.39
HexAA244604F3B211594128
Octal252441060117734153110150
Binary101010101001001000110010011111110111000011010110011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2446; }

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

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

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

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

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

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

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

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