Html Css Color HEX #AD716B Coral Tree

📋 copy color: '#AD716B'

red 173 ◦ green 113 ◦ blue 107

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

Shades of Coral Tree #AD716B

Tints of Coral Tree #AD716B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.23%

R = 44.02%
G = 28.75%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD716B (or 0xAD716B) is known color: Coral Tree. HEX triplet: AD, 71 and 6B. RGB value is (173,113,107). Sum of RGB (Red+Green+Blue) = 173+113+107=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD716B is #528E94. Grayscale: #828282. Windows color (decimal): -5410453 or 7041453. OLE color: 7041453.

HSL color Cylindrical-coordinate representation of color #AD716B: hue angle of 5.45º degrees, saturation: 0.29, 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 #AD716B is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 113 107 -
CMYK 0 0.35 0.38 0.32
HSL 5.45º 0.29% 0.55% -
HSV(B) 5.45º 0.38% 0.68% -
XYZ 25.79 21.76 16.75 -
YUV 130.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 173 113 107 0 0.35 0.38 0.32 5.45 0.29 0.55
Hex AD 71 6B 0 23 26 20 5 1D 37
Octal 255 161 153 0 43 46 40 5 35 67
Binary 10101101 1110001 1101011 0 100011 100110 100000 101 11101 110111

Color Harmonies of #AD716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD716B

Black with #AD716B

Text Example


Text Example

White with #AD716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD716B; }

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

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

background-color css

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

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

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

border-color css

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

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

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