#A56966

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

Shades of Coral Tree #A56966

Tints of Coral Tree #A56966

Color information

#A56966 (or 0xA56966) is unknown color: approx Coral Tree. HEX triplet: A5, 69 and 66. RGB value is (165,105,102). Sum of RGB (Red+Green+Blue) = 165+105+102=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A56966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56966 is #5A9699. Grayscale: #7A7A7A. Windows color (decimal): -5936794 or 6711717. OLE color: 6711717.

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

Color convert

RGB165105102-
CMYK00.360.380.35
HSL2.86º25.93%52.35%-
HSV(B)2.86º38.18%64.71%-
XYZ22.9719.0615.04-
YUV122.6116.38158.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 102 (40.23% from 255) = 27.42%
R=44.35%
G=28.23%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510510200.360.380.352.8625.9352.35
HexA56966024262331a34
Octal245151146044464333264
Binary101001011101001110011001001001001101000111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56966; }

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

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

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

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

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

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

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

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