#AA5552

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

Shades of Apple Blossom #AA5552

Tints of Apple Blossom #AA5552

Color information

#AA5552 (or 0xAA5552) is unknown color: approx Apple Blossom. HEX triplet: AA, 55 and 52. RGB value is (170,85,82). Sum of RGB (Red+Green+Blue) = 170+85+82=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5552 is #55AAAD. Grayscale: #6E6E6E. Windows color (decimal): -5614254 or 5395882. OLE color: 5395882.

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

Color convert

RGB1708582-
CMYK00.500.520.33
HSL2.05º34.92%49.41%-
HSV(B)2.05º51.76%66.67%-
XYZ21.3515.659.88-
YUV110.07112.16170.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=50.45%
G=25.22%
B=24.33%

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
Decimal170858200.500.520.332.0534.9249.41
HexAA5552032342122331
Octal252125122062644124361
Binary1010101010101011010010011001011010010000110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5552; }

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

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

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

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

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

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

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

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