#A56860

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

Shades of Coral Tree #A56860

Tints of Coral Tree #A56860

Color information

#A56860 (or 0xA56860) is unknown color: approx Coral Tree. HEX triplet: A5, 68 and 60. RGB value is (165,104,96). Sum of RGB (Red+Green+Blue) = 165+104+96=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A56860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56860 is #5A979F. Grayscale: #797979. Windows color (decimal): -5937056 or 6318245. OLE color: 6318245.

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

Color convert

RGB16510496-
CMYK00.370.420.35
HSL6.96º27.71%51.18%-
HSV(B)6.96º41.82%64.71%-
XYZ22.5818.7413.49-
YUV121.33113.71159.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.21%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=45.21%
G=28.49%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651049600.370.420.356.9627.7151.18
HexA568600252A2371c33
Octal245150140045524373463
Binary1010010111010001100000010010110101010001111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56860; }

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

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

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

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

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

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

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

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