#AA5555

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

Shades of Apple Blossom #AA5555

Tints of Apple Blossom #AA5555

Color information

#AA5555 (or 0xAA5555) is unknown color: approx Apple Blossom. HEX triplet: AA, 55 and 55. RGB value is (170,85,85). Sum of RGB (Red+Green+Blue) = 170+85+85=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5555 is #55AAAA. Grayscale: #6E6E6E. Windows color (decimal): -5614251 or 5592490. OLE color: 5592490.

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

Color convert

RGB1708585-
CMYK00.500.500.33
HSL33.33%50%-
HSV(B)50%66.67%-
XYZ21.4715.710.49-
YUV110.42113.66170.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 85 (33.59% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170858500.500.500.33033.3350
HexAA5555032322102132
Octal252125125062624104162
Binary101010101010101101010101100101100101000010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5555; }

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

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

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

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

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

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

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

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