#A55756

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

Shades of Apple Blossom #A55756

Tints of Apple Blossom #A55756

Color information

#A55756 (or 0xA55756) is unknown color: approx Apple Blossom. HEX triplet: A5, 57 and 56. RGB value is (165,87,86). Sum of RGB (Red+Green+Blue) = 165+87+86=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A55756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55756 is #5AA8A9. Grayscale: #6E6E6E. Windows color (decimal): -5941418 or 5658533. OLE color: 5658533.

HSL color Cylindrical-coordinate representation of color #A55756: hue angle of 0.76º degrees, saturation: 0.31, 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 #A55756 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1658786-
CMYK00.470.480.35
HSL0.76º31.47%49.22%-
HSV(B)0.76º47.88%64.71%-
XYZ20.615.4910.71-
YUV110.21114.34167.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.82%
GREEN value IS 87 (34.38% from 255) = 25.74%
BLUE value IS 86 (33.98% from 255) = 25.44%
R=48.82%
G=25.74%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165878600.470.480.350.7631.4749.22
HexA5575602F302311f31
Octal245127126057604313761
Binary10100101101011110101100101111110000100011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55756; }

 p { color: rgb(165,87,86); }

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

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

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

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

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

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

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