#AA5858

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

Shades of Apple Blossom #AA5858

Tints of Apple Blossom #AA5858

Color information

#AA5858 (or 0xAA5858) is unknown color: approx Apple Blossom. HEX triplet: AA, 58 and 58. RGB value is (170,88,88). Sum of RGB (Red+Green+Blue) = 170+88+88=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5858 is #55A7A7. Grayscale: #707070. Windows color (decimal): -5613480 or 5789866. OLE color: 5789866.

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

Color convert

RGB1708888-
CMYK00.480.480.33
HSL32.54%50.59%-
HSV(B)48.24%66.67%-
XYZ21.8316.2311.21-
YUV112.52114.17169-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 88 (34.77% from 255) = 25.43%
R=49.13%
G=25.43%
B=25.43%

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
Decimal170888800.480.480.33032.5450.59
HexAA5858030302102133
Octal252130130060604104163
Binary101010101011000101100001100001100001000010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5858; }

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

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

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

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

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

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

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

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