#A8726D

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

Shades of Coral Tree #A8726D

Tints of Coral Tree #A8726D

Color information

#A8726D (or 0xA8726D) is unknown color: approx Coral Tree. HEX triplet: A8, 72 and 6D. RGB value is (168,114,109). Sum of RGB (Red+Green+Blue) = 168+114+109=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8726D is #578D92. Grayscale: #818181. Windows color (decimal): -5737875 or 7172776. OLE color: 7172776.

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

Color convert

RGB168114109-
CMYK00.320.350.34
HSL5.08º25.32%54.31%-
HSV(B)5.08º35.12%65.88%-
XYZ24.9321.4617.3-
YUV129.58116.39155.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 109 (42.97% from 255) = 27.88%
R=42.97%
G=29.16%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811410900.320.350.345.0825.3254.31
HexA8726D020232251936
Octal250162155040434253166
Binary1010100011100101101101010000010001110001010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8726D; }

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

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

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

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

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

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

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

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