#A56D67

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

Shades of Coral Tree #A56D67

Tints of Coral Tree #A56D67

Color information

#A56D67 (or 0xA56D67) is unknown color: approx Coral Tree. HEX triplet: A5, 6D and 67. RGB value is (165,109,103). Sum of RGB (Red+Green+Blue) = 165+109+103=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56D67 is #5A9298. Grayscale: #7D7D7D. Windows color (decimal): -5935769 or 6778277. OLE color: 6778277.

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

Color convert

RGB165109103-
CMYK00.340.380.35
HSL5.81º25.62%52.55%-
HSV(B)5.81º37.58%64.71%-
XYZ23.4319.9215.44-
YUV125.06115.55156.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 109 (42.97% from 255) = 28.91%
BLUE value IS 103 (40.62% from 255) = 27.32%
R=43.77%
G=28.91%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510910300.340.380.355.8125.6252.55
HexA56D67022262361a35
Octal245155147042464363265
Binary1010010111011011100111010001010011010001111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D67; }

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

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

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

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

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

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

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

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