Html Css Color HEX #AD8671 Medium Wood

📋 copy color: '#AD8671'

red 173 ◦ green 134 ◦ blue 113

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

Shades of Medium Wood #AD8671

Tints of Medium Wood #AD8671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.9%

 BLUE value IS 113 (44.53% from 255) = 26.9%

R = 41.19%
G = 31.9%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD8671 (or 0xAD8671) is known color: Medium Wood. HEX triplet: AD, 86 and 71. RGB value is (173,134,113). Sum of RGB (Red+Green+Blue) = 173+134+113=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8671 is #52798E. Grayscale: #8F8F8F. Windows color (decimal): -5405071 or 7440045. OLE color: 7440045.

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

Color convert

RGB 173 134 113 -
CMYK 0 0.23 0.35 0.32
HSL 21º 0.27% 0.56% -
HSV(B) 21º 0.35% 0.68% -
XYZ 28.74 27.13 19.34 -
YUV 143.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 173 134 113 0 0.23 0.35 0.32 21 0.27 0.56
Hex AD 86 71 0 17 23 20 15 1B 38
Octal 255 206 161 0 27 43 40 25 33 70
Binary 10101101 10000110 1110001 0 10111 100011 100000 10101 11011 111000

Color Harmonies of #AD8671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8671

Black with #AD8671

Text Example


Text Example

White with #AD8671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8671; }

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

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

background-color css

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

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

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

border-color css

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

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

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