#A55A59

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

Shades of Apple Blossom #A55A59

Tints of Apple Blossom #A55A59

Color information

#A55A59 (or 0xA55A59) is unknown color: approx Apple Blossom. HEX triplet: A5, 5A and 59. RGB value is (165,90,89). Sum of RGB (Red+Green+Blue) = 165+90+89=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55A59 is #5AA5A6. Grayscale: #707070. Windows color (decimal): -5940647 or 5855909. OLE color: 5855909.

HSL color Cylindrical-coordinate representation of color #A55A59: hue angle of 0.79º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55A59 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB1659089-
CMYK00.450.460.35
HSL0.79º29.92%49.8%-
HSV(B)0.79º46.06%64.71%-
XYZ20.9816.0311.44-
YUV112.31114.85165.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 89 (35.16% from 255) = 25.87%
R=47.97%
G=26.16%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165908900.450.460.350.7929.9249.8
HexA55A5902D2E2311e32
Octal245132131055564313662
Binary10100101101101010110010101101101110100011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55A59; }

 p { color: rgb(165,90,89); }

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

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

 a { background-color: rgb(165,90,89); }

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

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

 span { border-color: rgb(165,90,89); }

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