#A7706D

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

Shades of Coral Tree #A7706D

Tints of Coral Tree #A7706D

Color information

#A7706D (or 0xA7706D) is unknown color: approx Coral Tree. HEX triplet: A7, 70 and 6D. RGB value is (167,112,109). Sum of RGB (Red+Green+Blue) = 167+112+109=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A7706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7706D is #588F92. Grayscale: #808080. Windows color (decimal): -5803923 or 7172263. OLE color: 7172263.

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

Color convert

RGB167112109-
CMYK00.330.350.35
HSL3.1º24.79%54.12%-
HSV(B)3.1º34.73%65.49%-
XYZ24.4920.9117.21-
YUV128.1117.22155.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 112 (44.14% from 255) = 28.87%
BLUE value IS 109 (42.97% from 255) = 28.09%
R=43.04%
G=28.87%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711210900.330.350.353.124.7954.12
HexA7706D021232331936
Octal247160155041434333166
Binary101001111110000110110101000011000111000111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7706D; }

 p { color: rgb(167,112,109); }

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

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

 a { background-color: rgb(167,112,109); }

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

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

 span { border-color: rgb(167,112,109); }

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