#AA5149

Color #AA5149 Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #AA5149

Tints of Apple Blossom #AA5149

Color information

#AA5149 (or 0xAA5149) is unknown color: approx Apple Blossom. HEX triplet: AA, 51 and 49. RGB value is (170,81,73). Sum of RGB (Red+Green+Blue) = 170+81+73=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5149 is #55AEB6. Grayscale: #6A6A6A. Windows color (decimal): -5615287 or 4805034. OLE color: 4805034.

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

Color convert

RGB1708173-
CMYK00.520.570.33
HSL4.95º39.92%47.65%-
HSV(B)4.95º57.06%66.67%-
XYZ20.7214.918.09-
YUV106.7108.99173.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=52.47%
G=25%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170817300.520.570.334.9539.9247.65
HexAA5149034392152830
Octal252121111064714155060
Binary10101010101000110010010110100111001100001101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5149; }

 p { color: rgb(170,81,73); }

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

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

 a { background-color: rgb(170,81,73); }

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

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

 span { border-color: rgb(170,81,73); }

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