#A56C67

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

Shades of Coral Tree #A56C67

Tints of Coral Tree #A56C67

Color information

#A56C67 (or 0xA56C67) is unknown color: approx Coral Tree. HEX triplet: A5, 6C and 67. RGB value is (165,108,103). Sum of RGB (Red+Green+Blue) = 165+108+103=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56C67 is #5A9398. Grayscale: #7C7C7C. Windows color (decimal): -5936025 or 6778021. OLE color: 6778021.

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

Color convert

RGB165108103-
CMYK00.350.380.35
HSL4.84º25.62%52.55%-
HSV(B)4.84º37.58%64.71%-
XYZ23.3319.715.41-
YUV124.47115.88156.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.88%
GREEN value IS 108 (42.58% from 255) = 28.72%
BLUE value IS 103 (40.62% from 255) = 27.39%
R=43.88%
G=28.72%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510810300.350.380.354.8425.6252.55
HexA56C67023262351a35
Octal245154147043464353265
Binary1010010111011001100111010001110011010001110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56C67; }

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

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

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

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

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

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

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

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