Html Css Color HEX #AD866F Medium Wood

📋 copy color: '#AD866F'

red 173 ◦ green 134 ◦ blue 111

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

Shades of Medium Wood #AD866F

Tints of Medium Wood #AD866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.56%

R = 41.39%
G = 32.06%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD866F (or 0xAD866F) is known color: Medium Wood. HEX triplet: AD, 86 and 6F. RGB value is (173,134,111). Sum of RGB (Red+Green+Blue) = 173+134+111=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD866F is #527990. Grayscale: #8F8F8F. Windows color (decimal): -5405073 or 7308973. OLE color: 7308973.

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

Color convert

RGB 173 134 111 -
CMYK 0 0.23 0.36 0.32
HSL 22.26º 0.27% 0.56% -
HSV(B) 22.26º 0.36% 0.68% -
XYZ 28.63 27.08 18.76 -
YUV 143.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 173 134 111 0 0.23 0.36 0.32 22.26 0.27 0.56
Hex AD 86 6F 0 17 24 20 16 1B 38
Octal 255 206 157 0 27 44 40 26 33 70
Binary 10101101 10000110 1101111 0 10111 100100 100000 10110 11011 111000

Color Harmonies of #AD866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD866F

Black with #AD866F

Text Example


Text Example

White with #AD866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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