#A55955

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

Shades of Apple Blossom #A55955

Tints of Apple Blossom #A55955

Color information

#A55955 (or 0xA55955) is unknown color: approx Apple Blossom. HEX triplet: A5, 59 and 55. RGB value is (165,89,85). Sum of RGB (Red+Green+Blue) = 165+89+85=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A55955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55955 is #5AA6AA. Grayscale: #6F6F6F. Windows color (decimal): -5940907 or 5593509. OLE color: 5593509.

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

Color convert

RGB1658985-
CMYK00.460.480.35
HSL32%49.02%-
HSV(B)48.48%64.71%-
XYZ20.7315.810.55-
YUV111.27113.18166.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=48.67%
G=26.25%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165898500.460.480.3533249.02
HexA5595502E302332031
Octal245131125056604334061
Binary1010010110110011010101010111011000010001111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55955; }

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

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

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

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

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

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

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

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