#AA5958

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

Shades of Apple Blossom #AA5958

Tints of Apple Blossom #AA5958

Color information

#AA5958 (or 0xAA5958) is unknown color: approx Apple Blossom. HEX triplet: AA, 59 and 58. RGB value is (170,89,88). Sum of RGB (Red+Green+Blue) = 170+89+88=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5958 is #55A6A7. Grayscale: #717171. Windows color (decimal): -5613224 or 5790122. OLE color: 5790122.

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

Color convert

RGB1708988-
CMYK00.480.480.33
HSL0.73º32.54%50.59%-
HSV(B)0.73º48.24%66.67%-
XYZ21.9116.411.24-
YUV113.1113.84168.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 88 (34.77% from 255) = 25.36%
R=48.99%
G=25.65%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170898800.480.480.330.7332.5450.59
HexAA5958030302112133
Octal252131130060604114163
Binary101010101011001101100001100001100001000011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5958; }

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

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

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

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

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

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

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

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