#AA5551

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

Shades of Apple Blossom #AA5551

Tints of Apple Blossom #AA5551

Color information

#AA5551 (or 0xAA5551) is unknown color: approx Apple Blossom. HEX triplet: AA, 55 and 51. RGB value is (170,85,81). Sum of RGB (Red+Green+Blue) = 170+85+81=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5551 is #55AAAE. Grayscale: #6E6E6E. Windows color (decimal): -5614255 or 5330346. OLE color: 5330346.

HSL color Cylindrical-coordinate representation of color #AA5551: hue angle of 2.7º 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 #AA5551 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB1708581-
CMYK00.500.520.33
HSL2.7º35.46%49.22%-
HSV(B)2.7º52.35%66.67%-
XYZ21.3115.649.68-
YUV109.96111.66170.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 81 (32.03% from 255) = 24.11%
R=50.60%
G=25.30%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170858100.500.520.332.735.4649.22
HexAA5551032342132331
Octal252125121062644134361
Binary1010101010101011010001011001011010010000111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5551; }

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

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

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

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

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

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

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

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