#A56D6A

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

Shades of Coral Tree #A56D6A

Tints of Coral Tree #A56D6A

Color information

#A56D6A (or 0xA56D6A) is unknown color: approx Coral Tree. HEX triplet: A5, 6D and 6A. RGB value is (165,109,106). Sum of RGB (Red+Green+Blue) = 165+109+106=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56D6A is #5A9295. Grayscale: #7D7D7D. Windows color (decimal): -5935766 or 6974885. OLE color: 6974885.

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

Color convert

RGB165109106-
CMYK00.340.360.35
HSL3.05º24.69%53.14%-
HSV(B)3.05º35.76%64.71%-
XYZ23.5919.9816.25-
YUV125.4117.05156.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 109 (42.97% from 255) = 28.68%
BLUE value IS 106 (41.80% from 255) = 27.89%
R=43.42%
G=28.68%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510910600.340.360.353.0524.6953.14
HexA56D6A022242331935
Octal245155152042444333165
Binary101001011101101110101001000101001001000111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D6A; }

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

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

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

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

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

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

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

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