#AD716D

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

Shades of Coral Tree #AD716D

Tints of Coral Tree #AD716D

Color information

#AD716D (or 0xAD716D) is unknown color: approx Coral Tree. HEX triplet: AD, 71 and 6D. RGB value is (173,113,109). Sum of RGB (Red+Green+Blue) = 173+113+109=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD716D is #528E92. Grayscale: #828282. Windows color (decimal): -5410451 or 7172525. OLE color: 7172525.

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

Color convert

RGB173113109-
CMYK00.350.370.32
HSL3.75º28.07%55.29%-
HSV(B)3.75º36.99%67.84%-
XYZ25.921.817.31-
YUV130.48115.88158.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 109 (42.97% from 255) = 27.59%
R=43.80%
G=28.61%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311310900.350.370.323.7528.0755.29
HexAD716D023252041c37
Octal255161155043454043467
Binary1010110111100011101101010001110010110000010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD716D; }

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

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

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

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

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

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

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

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