#A8726E

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

Shades of Coral Tree #A8726E

Tints of Coral Tree #A8726E

Color information

#A8726E (or 0xA8726E) is unknown color: approx Coral Tree. HEX triplet: A8, 72 and 6E. RGB value is (168,114,110). Sum of RGB (Red+Green+Blue) = 168+114+110=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8726E is #578D91. Grayscale: #818181. Windows color (decimal): -5737874 or 7238312. OLE color: 7238312.

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

Color convert

RGB168114110-
CMYK00.320.350.34
HSL4.14º25%54.51%-
HSV(B)4.14º34.52%65.88%-
XYZ24.9821.4917.58-
YUV129.69116.89155.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=42.86%
G=29.08%
B=28.06%

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
Decimal16811411000.320.350.344.142554.51
HexA8726E020232241937
Octal250162156040434243167
Binary1010100011100101101110010000010001110001010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8726E; }

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

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

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

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

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

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

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

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