Html Css Color HEX #AD716E Coral Tree

📋 copy color: '#AD716E'

red 173 ◦ green 113 ◦ blue 110

#AD716E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #AD716E

Tints of Coral Tree #AD716E

RGB

 RED value IS 173 (67.97% from 255) = 43.69%

 GREEN value IS 113 (44.53% from 255) = 28.54%

 BLUE value IS 110 (43.36% from 255) = 27.78%

R = 43.69%
G = 28.54%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD716E (or 0xAD716E) is known color: Coral Tree. HEX triplet: AD, 71 and 6E. RGB value is (173,113,110). Sum of RGB (Red+Green+Blue) = 173+113+110=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD716E is #528E91. Grayscale: #828282. Windows color (decimal): -5410450 or 7238061. OLE color: 7238061.

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

Color convert

RGB 173 113 110 -
CMYK 0 0.35 0.36 0.32
HSL 2.86º 0.28% 0.55% -
HSV(B) 2.86º 0.36% 0.68% -
XYZ 25.95 21.82 17.6 -
YUV 130.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 173 113 110 0 0.35 0.36 0.32 2.86 0.28 0.55
Hex AD 71 6E 0 23 24 20 3 1C 37
Octal 255 161 156 0 43 44 40 3 34 67
Binary 10101101 1110001 1101110 0 100011 100100 100000 11 11100 110111

Color Harmonies of #AD716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD716E

Black with #AD716E

Text Example


Text Example

White with #AD716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD716E; }

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

 H1.HeaderClassName
 {
   color: #AD716E;
 }
 .AnyTagClassName
 {
   color: #AD716E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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