#A9706E

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

Shades of Coral Tree #A9706E

Tints of Coral Tree #A9706E

Color information

#A9706E (or 0xA9706E) is unknown color: approx Coral Tree. HEX triplet: A9, 70 and 6E. RGB value is (169,112,110). Sum of RGB (Red+Green+Blue) = 169+112+110=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A9706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9706E is #568F91. Grayscale: #808080. Windows color (decimal): -5672850 or 7237801. OLE color: 7237801.

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

Color convert

RGB169112110-
CMYK00.340.350.34
HSL2.03º25.54%54.71%-
HSV(B)2.03º34.91%66.27%-
XYZ24.9721.1517.52-
YUV128.82117.38156.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.22%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 110 (43.36% from 255) = 28.13%
R=43.22%
G=28.64%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911211000.340.350.342.0325.5454.71
HexA9706E022232221a37
Octal251160156042434223267
Binary101010011110000110111001000101000111000101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9706E; }

 p { color: rgb(169,112,110); }

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

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

 a { background-color: rgb(169,112,110); }

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

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

 span { border-color: rgb(169,112,110); }

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