#AA5755

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

Shades of Apple Blossom #AA5755

Tints of Apple Blossom #AA5755

Color information

#AA5755 (or 0xAA5755) is unknown color: approx Apple Blossom. HEX triplet: AA, 57 and 55. RGB value is (170,87,85). Sum of RGB (Red+Green+Blue) = 170+87+85=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5755 is #55A8AA. Grayscale: #6F6F6F. Windows color (decimal): -5613739 or 5593002. OLE color: 5593002.

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

Color convert

RGB1708785-
CMYK00.490.500.33
HSL1.41º33.33%50%-
HSV(B)1.41º50%66.67%-
XYZ21.6316.0210.55-
YUV111.59113169.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.71%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 85 (33.59% from 255) = 24.85%
R=49.71%
G=25.44%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170878500.490.500.331.4133.3350
HexAA5755031322112132
Octal252127125061624114162
Binary101010101010111101010101100011100101000011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5755; }

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

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

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

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

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

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

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

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