#A56F6D

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

Shades of Coral Tree #A56F6D

Tints of Coral Tree #A56F6D

Color information

#A56F6D (or 0xA56F6D) is unknown color: approx Coral Tree. HEX triplet: A5, 6F and 6D. RGB value is (165,111,109). Sum of RGB (Red+Green+Blue) = 165+111+109=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56F6D is #5A9092. Grayscale: #7E7E7E. Windows color (decimal): -5935251 or 7172005. OLE color: 7172005.

HSL color Cylindrical-coordinate representation of color #A56F6D: hue angle of 2.14º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A56F6D is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB165111109-
CMYK00.330.340.35
HSL2.14º23.73%53.73%-
HSV(B)2.14º33.94%64.71%-
XYZ23.9620.4717.16-
YUV126.92117.89155.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 111 (43.75% from 255) = 28.83%
BLUE value IS 109 (42.97% from 255) = 28.31%
R=42.86%
G=28.83%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511110900.330.340.352.1423.7353.73
HexA56F6D021222321836
Octal245157155041424323066
Binary101001011101111110110101000011000101000111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F6D; }

 p { color: rgb(165,111,109); }

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

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

 a { background-color: rgb(165,111,109); }

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

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

 span { border-color: rgb(165,111,109); }

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