#A8766F

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

Shades of Coral Tree #A8766F

Tints of Coral Tree #A8766F

Color information

#A8766F (or 0xA8766F) is unknown color: approx Coral Tree. HEX triplet: A8, 76 and 6F. RGB value is (168,118,111). Sum of RGB (Red+Green+Blue) = 168+118+111=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A8766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8766F is #578990. Grayscale: #848484. Windows color (decimal): -5736849 or 7304872. OLE color: 7304872.

HSL color Cylindrical-coordinate representation of color #A8766F: hue angle of 7.37º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8766F is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB168118111-
CMYK00.300.340.34
HSL7.37º24.68%54.71%-
HSV(B)7.37º33.93%65.88%-
XYZ25.522.4318.02-
YUV132.15116.06153.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 118 (46.48% from 255) = 29.72%
BLUE value IS 111 (43.75% from 255) = 27.96%
R=42.32%
G=29.72%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811811100.300.340.347.3724.6854.71
HexA8766F01E222271937
Octal250166157036424273167
Binary101010001110110110111101111010001010001011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8766F; }

 p { color: rgb(168,118,111); }

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

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

 a { background-color: rgb(168,118,111); }

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

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

 span { border-color: rgb(168,118,111); }

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