#A56D6D

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

Shades of Coral Tree #A56D6D

Tints of Coral Tree #A56D6D

Color information

#A56D6D (or 0xA56D6D) is unknown color: approx Coral Tree. HEX triplet: A5, 6D and 6D. RGB value is (165,109,109). Sum of RGB (Red+Green+Blue) = 165+109+109=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56D6D is #5A9292. Grayscale: #7D7D7D. Windows color (decimal): -5935763 or 7171493. OLE color: 7171493.

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

Color convert

RGB165109109-
CMYK00.340.340.35
HSL23.73%53.73%-
HSV(B)33.94%64.71%-
XYZ23.7520.0417.08-
YUV125.74118.55156-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 109 (42.97% from 255) = 28.46%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=43.08%
G=28.46%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510910900.340.340.35023.7353.73
HexA56D6D022222301836
Octal245155155042424303066
Binary10100101110110111011010100010100010100011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D6D; }

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

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

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

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

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

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

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

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