#AA5754

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

Shades of Apple Blossom #AA5754

Tints of Apple Blossom #AA5754

Color information

#AA5754 (or 0xAA5754) is unknown color: approx Apple Blossom. HEX triplet: AA, 57 and 54. RGB value is (170,87,84). Sum of RGB (Red+Green+Blue) = 170+87+84=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5754 is #55A8AB. Grayscale: #6F6F6F. Windows color (decimal): -5613740 or 5527466. OLE color: 5527466.

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

Color convert

RGB1708784-
CMYK00.490.510.33
HSL2.09º33.86%49.8%-
HSV(B)2.09º50.59%66.67%-
XYZ21.591610.34-
YUV111.48112.5169.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=49.85%
G=25.51%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170878400.490.510.332.0933.8649.8
HexAA5754031332122232
Octal252127124061634124262
Binary1010101010101111010100011000111001110000110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5754; }

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

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

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

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

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

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

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

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