#AA5953

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

Shades of Apple Blossom #AA5953

Tints of Apple Blossom #AA5953

Color information

#AA5953 (or 0xAA5953) is unknown color: approx Apple Blossom. HEX triplet: AA, 59 and 53. RGB value is (170,89,83). Sum of RGB (Red+Green+Blue) = 170+89+83=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5953 is #55A6AC. Grayscale: #707070. Windows color (decimal): -5613229 or 5462442. OLE color: 5462442.

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

Color convert

RGB1708983-
CMYK00.480.510.33
HSL4.14º34.39%49.61%-
HSV(B)4.14º51.18%66.67%-
XYZ21.7116.3210.19-
YUV112.54111.34168.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.71%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 83 (32.81% from 255) = 24.27%
R=49.71%
G=26.02%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170898300.480.510.334.1434.3949.61
HexAA5953030332142232
Octal252131123060634144262
Binary10101010101100110100110110000110011100001100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5953; }

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

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

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

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

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

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

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

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