#AA2E41

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

Shades of Old Rose #AA2E41

Tints of Old Rose #AA2E41

Color information

#AA2E41 (or 0xAA2E41) is unknown color: approx Old Rose. HEX triplet: AA, 2E and 41. RGB value is (170,46,65). Sum of RGB (Red+Green+Blue) = 170+46+65=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E41 is #55D1BE. Grayscale: #555555. Windows color (decimal): -5624255 or 4271786. OLE color: 4271786.

HSL color Cylindrical-coordinate representation of color #AA2E41: hue angle of 350.81º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA2E41 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB1704665-
CMYK00.730.620.33
HSL350.81º57.41%42.35%-
HSV(B)350.81º72.94%66.67%-
XYZ18.5110.886.13-
YUV85.24116.58188.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.50%
GREEN value IS 46 (18.36% from 255) = 16.37%
BLUE value IS 65 (25.78% from 255) = 23.13%
R=60.50%
G=16.37%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170466500.730.620.33350.8157.4142.35
HexAA2E410493E2115f392a
Octal25256101011176415377152
Binary10101010101110100000101001001111110100001101011111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2E41; }

 p { color: rgb(170,46,65); }

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

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

 a { background-color: rgb(170,46,65); }

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

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

 span { border-color: rgb(170,46,65); }

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