#A55B59

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

Shades of Apple Blossom #A55B59

Tints of Apple Blossom #A55B59

Color information

#A55B59 (or 0xA55B59) is unknown color: approx Apple Blossom. HEX triplet: A5, 5B and 59. RGB value is (165,91,89). Sum of RGB (Red+Green+Blue) = 165+91+89=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55B59 is #5AA4A6. Grayscale: #707070. Windows color (decimal): -5940391 or 5856165. OLE color: 5856165.

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

Color convert

RGB1659189-
CMYK00.450.460.35
HSL1.58º29.92%49.8%-
HSV(B)1.58º46.06%64.71%-
XYZ21.0616.211.47-
YUV112.9114.52165.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 89 (35.16% from 255) = 25.80%
R=47.83%
G=26.38%
B=25.80%

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
Decimal165918900.450.460.351.5829.9249.8
HexA55B5902D2E2321e32
Octal245133131055564323662
Binary101001011011011101100101011011011101000111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B59; }

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

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

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

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

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

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

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

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