#A56862

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

Shades of Coral Tree #A56862

Tints of Coral Tree #A56862

Color information

#A56862 (or 0xA56862) is unknown color: approx Coral Tree. HEX triplet: A5, 68 and 62. RGB value is (165,104,98). Sum of RGB (Red+Green+Blue) = 165+104+98=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A56862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56862 is #5A979D. Grayscale: #797979. Windows color (decimal): -5937054 or 6449317. OLE color: 6449317.

HSL color Cylindrical-coordinate representation of color #A56862: hue angle of 5.37º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A56862 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16510498-
CMYK00.370.410.35
HSL5.37º27.13%51.57%-
HSV(B)5.37º40.61%64.71%-
XYZ22.6718.7813.99-
YUV121.56114.71158.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=44.96%
G=28.34%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651049800.370.410.355.3727.1351.57
HexA56862025292351b34
Octal245150142045514353364
Binary1010010111010001100010010010110100110001110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56862; }

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

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

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

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

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

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

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

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