#AA5553

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

Shades of Apple Blossom #AA5553

Tints of Apple Blossom #AA5553

Color information

#AA5553 (or 0xAA5553) is unknown color: approx Apple Blossom. HEX triplet: AA, 55 and 53. RGB value is (170,85,83). Sum of RGB (Red+Green+Blue) = 170+85+83=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5553 is #55AAAC. Grayscale: #6E6E6E. Windows color (decimal): -5614253 or 5461418. OLE color: 5461418.

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

Color convert

RGB1708583-
CMYK00.500.510.33
HSL1.38º34.39%49.61%-
HSV(B)1.38º51.18%66.67%-
XYZ21.3915.6710.08-
YUV110.19112.66170.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.30%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 83 (32.81% from 255) = 24.56%
R=50.30%
G=25.15%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170858300.500.510.331.3834.3949.61
HexAA5553032332112232
Octal252125123062634114262
Binary101010101010101101001101100101100111000011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5553; }

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

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

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

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

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

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

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

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