#A55B56

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

Shades of Apple Blossom #A55B56

Tints of Apple Blossom #A55B56

Color information

#A55B56 (or 0xA55B56) is unknown color: approx Apple Blossom. HEX triplet: A5, 5B and 56. RGB value is (165,91,86). Sum of RGB (Red+Green+Blue) = 165+91+86=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55B56 is #5AA4A9. Grayscale: #707070. Windows color (decimal): -5940394 or 5659557. OLE color: 5659557.

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

Color convert

RGB1659186-
CMYK00.450.480.35
HSL3.8º31.47%49.22%-
HSV(B)3.8º47.88%64.71%-
XYZ20.9416.1510.82-
YUV112.56113.02165.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.25%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 86 (33.98% from 255) = 25.15%
R=48.25%
G=26.61%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165918600.450.480.353.831.4749.22
HexA55B5602D302341f31
Octal245133126055604343761
Binary1010010110110111010110010110111000010001110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B56; }

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

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

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

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

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

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

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

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