#AD716F

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

Shades of Coral Tree #AD716F

Tints of Coral Tree #AD716F

Color information

#AD716F (or 0xAD716F) is unknown color: approx Coral Tree. HEX triplet: AD, 71 and 6F. RGB value is (173,113,111). Sum of RGB (Red+Green+Blue) = 173+113+111=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD716F is #528E90. Grayscale: #828282. Windows color (decimal): -5410449 or 7303597. OLE color: 7303597.

HSL color Cylindrical-coordinate representation of color #AD716F: hue angle of 1.94º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD716F is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB173113111-
CMYK00.350.360.32
HSL1.94º27.43%55.69%-
HSV(B)1.94º35.84%67.84%-
XYZ26.0121.8417.88-
YUV130.71116.88158.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 111 (43.75% from 255) = 27.96%
R=43.58%
G=28.46%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311311100.350.360.321.9427.4355.69
HexAD716F023242021b38
Octal255161157043444023370
Binary101011011110001110111101000111001001000001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD716F; }

 p { color: rgb(173,113,111); }

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

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

 a { background-color: rgb(173,113,111); }

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

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

 span { border-color: rgb(173,113,111); }

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