#A56960

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

Shades of Coral Tree #A56960

Tints of Coral Tree #A56960

Color information

#A56960 (or 0xA56960) is unknown color: approx Coral Tree. HEX triplet: A5, 69 and 60. RGB value is (165,105,96). Sum of RGB (Red+Green+Blue) = 165+105+96=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A56960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56960 is #5A969F. Grayscale: #7A7A7A. Windows color (decimal): -5936800 or 6318501. OLE color: 6318501.

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

Color convert

RGB16510596-
CMYK00.360.420.35
HSL7.83º27.71%51.18%-
HSV(B)7.83º41.82%64.71%-
XYZ22.6818.9513.53-
YUV121.91113.38158.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 105 (41.41% from 255) = 28.69%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=45.08%
G=28.69%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651059600.360.420.357.8327.7151.18
HexA569600242A2381c33
Octal2451511400445243103463
Binary10100101110100111000000100100101010100011100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56960; }

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

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

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

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

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

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

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

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