#A56660

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

Shades of Coral Tree #A56660

Tints of Coral Tree #A56660

Color information

#A56660 (or 0xA56660) is unknown color: approx Coral Tree. HEX triplet: A5, 66 and 60. RGB value is (165,102,96). Sum of RGB (Red+Green+Blue) = 165+102+96=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A56660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56660 is #5A999F. Grayscale: #787878. Windows color (decimal): -5937568 or 6317733. OLE color: 6317733.

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

Color convert

RGB16510296-
CMYK00.380.420.35
HSL5.22º27.71%51.18%-
HSV(B)5.22º41.82%64.71%-
XYZ22.3818.3513.43-
YUV120.15114.37159.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=45.45%
G=28.10%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651029600.380.420.355.2227.7151.18
HexA566600262A2351c33
Octal245146140046524353463
Binary1010010111001101100000010011010101010001110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56660; }

 p { color: rgb(165,102,96); }

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

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

 a { background-color: rgb(165,102,96); }

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

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

 span { border-color: rgb(165,102,96); }

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