#A56861

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

Shades of Coral Tree #A56861

Tints of Coral Tree #A56861

Color information

#A56861 (or 0xA56861) is unknown color: approx Coral Tree. HEX triplet: A5, 68 and 61. RGB value is (165,104,97). Sum of RGB (Red+Green+Blue) = 165+104+97=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A56861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56861 is #5A979E. Grayscale: #797979. Windows color (decimal): -5937055 or 6383781. OLE color: 6383781.

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

Color convert

RGB16510497-
CMYK00.370.410.35
HSL6.18º27.42%51.37%-
HSV(B)6.18º41.21%64.71%-
XYZ22.6318.7613.74-
YUV121.44114.21159.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=45.08%
G=28.42%
B=26.50%

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
Decimal1651049700.370.410.356.1827.4251.37
HexA56861025292361b33
Octal245150141045514363363
Binary1010010111010001100001010010110100110001111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56861; }

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

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

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

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

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

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

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

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