#A66860

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

Shades of Coral Tree #A66860

Tints of Coral Tree #A66860

Color information

#A66860 (or 0xA66860) is unknown color: approx Coral Tree. HEX triplet: A6, 68 and 60. RGB value is (166,104,96). Sum of RGB (Red+Green+Blue) = 166+104+96=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A66860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66860 is #59979F. Grayscale: #797979. Windows color (decimal): -5871520 or 6318246. OLE color: 6318246.

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

Color convert

RGB16610496-
CMYK00.370.420.35
HSL6.86º28.23%51.37%-
HSV(B)6.86º42.17%65.1%-
XYZ22.7918.8513.5-
YUV121.63113.54159.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=45.36%
G=28.42%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661049600.370.420.356.8628.2351.37
HexA668600252A2371c33
Octal246150140045524373463
Binary1010011011010001100000010010110101010001111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66860; }

 p { color: rgb(166,104,96); }

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

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

 a { background-color: rgb(166,104,96); }

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

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

 span { border-color: rgb(166,104,96); }

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