#A55959

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

Shades of Apple Blossom #A55959

Tints of Apple Blossom #A55959

Color information

#A55959 (or 0xA55959) is unknown color: approx Apple Blossom. HEX triplet: A5, 59 and 59. RGB value is (165,89,89). Sum of RGB (Red+Green+Blue) = 165+89+89=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A55959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55959 is #5AA6A6. Grayscale: #6F6F6F. Windows color (decimal): -5940903 or 5855653. OLE color: 5855653.

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

Color convert

RGB1658989-
CMYK00.460.460.35
HSL29.92%49.8%-
HSV(B)46.06%64.71%-
XYZ20.8915.8711.41-
YUV111.72115.18166-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=48.10%
G=25.95%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165898900.460.460.35029.9249.8
HexA5595902E2E2301e32
Octal245131131056564303662
Binary10100101101100110110010101110101110100011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55959; }

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

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

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

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

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

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

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

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