#A87466

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

Shades of Coral Tree #A87466

Tints of Coral Tree #A87466

Color information

#A87466 (or 0xA87466) is unknown color: approx Coral Tree. HEX triplet: A8, 74 and 66. RGB value is (168,116,102). Sum of RGB (Red+Green+Blue) = 168+116+102=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A87466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87466 is #578B99. Grayscale: #828282. Windows color (decimal): -5737370 or 6714536. OLE color: 6714536.

HSL color Cylindrical-coordinate representation of color #A87466: hue angle of 12.73º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A87466 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB168116102-
CMYK00.310.390.34
HSL12.73º27.5%52.94%-
HSV(B)12.73º39.29%65.88%-
XYZ24.7921.7715.47-
YUV129.95112.23155.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.52%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 102 (40.23% from 255) = 26.42%
R=43.52%
G=30.05%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811610200.310.390.3412.7327.552.94
HexA8746601F2722d1c35
Octal2501641460374742153465
Binary1010100011101001100110011111100111100010110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87466; }

 p { color: rgb(168,116,102); }

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

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

 a { background-color: rgb(168,116,102); }

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

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

 span { border-color: rgb(168,116,102); }

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