#AA293F

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

Shades of Old Rose #AA293F

Tints of Old Rose #AA293F

Color information

#AA293F (or 0xAA293F) is unknown color: approx Old Rose. HEX triplet: AA, 29 and 3F. RGB value is (170,41,63). Sum of RGB (Red+Green+Blue) = 170+41+63=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA293F is #55D6C0. Grayscale: #525252. Windows color (decimal): -5625537 or 4139434. OLE color: 4139434.

HSL color Cylindrical-coordinate representation of color #AA293F: hue angle of 349.77º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA293F is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1704163-
CMYK00.760.630.33
HSL349.77º61.14%41.37%-
HSV(B)349.77º75.88%66.67%-
XYZ18.2710.495.76-
YUV82.08117.24190.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.04%
GREEN value IS 41 (16.41% from 255) = 14.96%
BLUE value IS 63 (25% from 255) = 22.99%
R=62.04%
G=14.96%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170416300.760.630.33349.7761.1441.37
HexAA293F04C3F2115e3d29
Octal2525177011477415367551
Binary1010101010100111111101001100111111100001101011110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA293F; }

 p { color: rgb(170,41,63); }

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

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

 a { background-color: rgb(170,41,63); }

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

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

 span { border-color: rgb(170,41,63); }

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