#AA1E45

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

Shades of Old Rose #AA1E45

Tints of Old Rose #AA1E45

Color information

#AA1E45 (or 0xAA1E45) is unknown color: approx Old Rose. HEX triplet: AA, 1E and 45. RGB value is (170,30,69). Sum of RGB (Red+Green+Blue) = 170+30+69=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E45 is #55E1BA. Grayscale: #4C4C4C. Windows color (decimal): -5628347 or 4529834. OLE color: 4529834.

HSL color Cylindrical-coordinate representation of color #AA1E45: hue angle of 343.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E45 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB1703069-
CMYK00.820.590.33
HSL343.29º70%39.22%-
HSV(B)343.29º82.35%66.67%-
XYZ18.129.96.59-
YUV76.31123.88194.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.20%
GREEN value IS 30 (12.11% from 255) = 11.15%
BLUE value IS 69 (27.34% from 255) = 25.65%
R=63.20%
G=11.15%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170306900.820.590.33343.297039.22
HexAA1E450523B211574627
Octal252361050122734152710647
Binary10101010111101000101010100101110111000011010101111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1E45; }

 p { color: rgb(170,30,69); }

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

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

 a { background-color: rgb(170,30,69); }

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

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

 span { border-color: rgb(170,30,69); }

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