#A56B60

Color #A56B60 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #A56B60

Tints of Coral Tree #A56B60

Color information

#A56B60 (or 0xA56B60) is unknown color: approx Coral Tree. HEX triplet: A5, 6B and 60. RGB value is (165,107,96). Sum of RGB (Red+Green+Blue) = 165+107+96=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B60 is #5A949F. Grayscale: #7B7B7B. Windows color (decimal): -5936288 or 6319013. OLE color: 6319013.

HSL color Cylindrical-coordinate representation of color #A56B60: hue angle of 9.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56B60 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16510796-
CMYK00.350.420.35
HSL9.57º27.71%51.18%-
HSV(B)9.57º41.82%64.71%-
XYZ22.8919.3613.6-
YUV123.09112.72157.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=44.84%
G=29.08%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651079600.350.420.359.5727.7151.18
HexA56B600232A23a1c33
Octal2451531400435243123463
Binary10100101110101111000000100011101010100011101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B60; }

 p { color: rgb(165,107,96); }

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

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

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

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

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

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

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