#AA5144

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

Shades of Apple Blossom #AA5144

Tints of Apple Blossom #AA5144

Color information

#AA5144 (or 0xAA5144) is unknown color: approx Apple Blossom. HEX triplet: AA, 51 and 44. RGB value is (170,81,68). Sum of RGB (Red+Green+Blue) = 170+81+68=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5144 is #55AEBB. Grayscale: #6A6A6A. Windows color (decimal): -5615292 or 4477354. OLE color: 4477354.

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

Color convert

RGB1708168-
CMYK00.520.60.33
HSL7.65º42.86%46.67%-
HSV(B)7.65º60%66.67%-
XYZ20.5614.857.25-
YUV106.13106.49173.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 81 (32.03% from 255) = 25.39%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=53.29%
G=25.39%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170816800.520.60.337.6542.8646.67
HexAA51440343C2182b2f
Octal2521211040647441105357
Binary101010101010001100010001101001111001000011000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5144; }

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

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

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

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

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

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

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

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