#A56A68

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

Shades of Coral Tree #A56A68

Tints of Coral Tree #A56A68

Color information

#A56A68 (or 0xA56A68) is unknown color: approx Coral Tree. HEX triplet: A5, 6A and 68. RGB value is (165,106,104). Sum of RGB (Red+Green+Blue) = 165+106+104=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56A68 is #5A9597. Grayscale: #7B7B7B. Windows color (decimal): -5936536 or 6843045. OLE color: 6843045.

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

Color convert

RGB165106104-
CMYK00.360.370.35
HSL1.97º25.31%52.75%-
HSV(B)1.97º36.97%64.71%-
XYZ23.1719.3115.6-
YUV123.41117.05157.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=44%
G=28.27%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510610400.360.370.351.9725.3152.75
HexA56A68024252321935
Octal245152150044454323165
Binary101001011101010110100001001001001011000111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56A68; }

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

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

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

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

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

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

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

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