#AA1E46

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

Shades of Old Rose #AA1E46

Tints of Old Rose #AA1E46

Color information

#AA1E46 (or 0xAA1E46) is unknown color: approx Old Rose. HEX triplet: AA, 1E and 46. RGB value is (170,30,70). Sum of RGB (Red+Green+Blue) = 170+30+70=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E46 is #55E1B9. Grayscale: #4C4C4C. Windows color (decimal): -5628346 or 4595370. OLE color: 4595370.

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

Color convert

RGB1703070-
CMYK00.820.590.33
HSL342.86º70%39.22%-
HSV(B)342.86º82.35%66.67%-
XYZ18.159.926.75-
YUV76.42124.38194.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.96%
GREEN value IS 30 (12.11% from 255) = 11.11%
BLUE value IS 70 (27.73% from 255) = 25.93%
R=62.96%
G=11.11%
B=25.93%

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
Decimal170307000.820.590.33342.867039.22
HexAA1E460523B211574627
Octal252361060122734152710647
Binary10101010111101000110010100101110111000011010101111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1E46; }

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

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

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

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

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

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

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

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