#A56D65

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

Shades of Coral Tree #A56D65

Tints of Coral Tree #A56D65

Color information

#A56D65 (or 0xA56D65) is unknown color: approx Coral Tree. HEX triplet: A5, 6D and 65. RGB value is (165,109,101). Sum of RGB (Red+Green+Blue) = 165+109+101=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56D65 is #5A929A. Grayscale: #7C7C7C. Windows color (decimal): -5935771 or 6647205. OLE color: 6647205.

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

Color convert

RGB165109101-
CMYK00.340.390.35
HSL7.5º26.23%52.16%-
HSV(B)7.5º38.79%64.71%-
XYZ23.3319.8814.92-
YUV124.83114.55156.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 109 (42.97% from 255) = 29.07%
BLUE value IS 101 (39.84% from 255) = 26.93%
R=44%
G=29.07%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510910100.340.390.357.526.2352.16
HexA56D65022272381a34
Octal2451551450424743103264
Binary10100101110110111001010100010100111100011100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D65; }

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

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

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

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

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

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

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

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