#A8716D

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

Shades of Coral Tree #A8716D

Tints of Coral Tree #A8716D

Color information

#A8716D (or 0xA8716D) is unknown color: approx Coral Tree. HEX triplet: A8, 71 and 6D. RGB value is (168,113,109). Sum of RGB (Red+Green+Blue) = 168+113+109=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8716D is #578E92. Grayscale: #818181. Windows color (decimal): -5738131 or 7172520. OLE color: 7172520.

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

Color convert

RGB168113109-
CMYK00.330.350.34
HSL4.07º25.32%54.31%-
HSV(B)4.07º35.12%65.88%-
XYZ24.8121.2417.26-
YUV128.99116.72155.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.08%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=43.08%
G=28.97%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811310900.330.350.344.0725.3254.31
HexA8716D021232241936
Octal250161155041434243166
Binary1010100011100011101101010000110001110001010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8716D; }

 p { color: rgb(168,113,109); }

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

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

 a { background-color: rgb(168,113,109); }

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

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

 span { border-color: rgb(168,113,109); }

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