#AA5251

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

Shades of Apple Blossom #AA5251

Tints of Apple Blossom #AA5251

Color information

#AA5251 (or 0xAA5251) is unknown color: approx Apple Blossom. HEX triplet: AA, 52 and 51. RGB value is (170,82,81). Sum of RGB (Red+Green+Blue) = 170+82+81=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5251 is #55ADAE. Grayscale: #6C6C6C. Windows color (decimal): -5615023 or 5329578. OLE color: 5329578.

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

Color convert

RGB1708281-
CMYK00.520.520.33
HSL0.67º35.46%49.22%-
HSV(B)0.67º52.35%66.67%-
XYZ21.0815.179.6-
YUV108.2112.65172.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 81 (32.03% from 255) = 24.32%
R=51.05%
G=24.62%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170828100.520.520.330.6735.4649.22
HexAA5251034342112331
Octal252122121064644114361
Binary101010101010010101000101101001101001000011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5251; }

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

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

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

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

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

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

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

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