#A56A67

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

Shades of Coral Tree #A56A67

Tints of Coral Tree #A56A67

Color information

#A56A67 (or 0xA56A67) is unknown color: approx Coral Tree. HEX triplet: A5, 6A and 67. RGB value is (165,106,103). Sum of RGB (Red+Green+Blue) = 165+106+103=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56A67 is #5A9598. Grayscale: #7B7B7B. Windows color (decimal): -5936537 or 6777509. OLE color: 6777509.

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

Color convert

RGB165106103-
CMYK00.360.380.35
HSL2.9º25.62%52.55%-
HSV(B)2.9º37.58%64.71%-
XYZ23.1219.2915.34-
YUV123.3116.55157.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.12%
GREEN value IS 106 (41.80% from 255) = 28.34%
BLUE value IS 103 (40.62% from 255) = 27.54%
R=44.12%
G=28.34%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510610300.360.380.352.925.6252.55
HexA56A67024262331a35
Octal245152147044464333265
Binary101001011101010110011101001001001101000111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56A67; }

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

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

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

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

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

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

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

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