#AD716C

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

Shades of Coral Tree #AD716C

Tints of Coral Tree #AD716C

Color information

#AD716C (or 0xAD716C) is unknown color: approx Coral Tree. HEX triplet: AD, 71 and 6C. RGB value is (173,113,108). Sum of RGB (Red+Green+Blue) = 173+113+108=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD716C is #528E93. Grayscale: #828282. Windows color (decimal): -5410452 or 7106989. OLE color: 7106989.

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

Color convert

RGB173113108-
CMYK00.350.380.32
HSL4.62º28.38%55.1%-
HSV(B)4.62º37.57%67.84%-
XYZ25.8521.7817.03-
YUV130.37115.38158.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 108 (42.58% from 255) = 27.41%
R=43.91%
G=28.68%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311310800.350.380.324.6228.3855.1
HexAD716C023262051c37
Octal255161154043464053467
Binary1010110111100011101100010001110011010000010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD716C; }

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

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

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

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

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

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

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

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