#A9706A

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

Shades of Coral Tree #A9706A

Tints of Coral Tree #A9706A

Color information

#A9706A (or 0xA9706A) is unknown color: approx Coral Tree. HEX triplet: A9, 70 and 6A. RGB value is (169,112,106). Sum of RGB (Red+Green+Blue) = 169+112+106=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A9706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9706A is #568F95. Grayscale: #808080. Windows color (decimal): -5672854 or 6975657. OLE color: 6975657.

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

Color convert

RGB169112106-
CMYK00.340.370.34
HSL5.71º26.81%53.92%-
HSV(B)5.71º37.28%66.27%-
XYZ24.7621.0616.4-
YUV128.36115.38156.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 106 (41.80% from 255) = 27.39%
R=43.67%
G=28.94%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911210600.340.370.345.7126.8153.92
HexA9706A022252261b36
Octal251160152042454263366
Binary1010100111100001101010010001010010110001011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9706A; }

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

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

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

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

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

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

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

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