Html Css Color HEX #AD866D Medium Wood

📋 copy color: '#AD866D'

red 173 ◦ green 134 ◦ blue 109

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

Shades of Medium Wood #AD866D

Tints of Medium Wood #AD866D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.2%

R = 41.59%
G = 32.21%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD866D (or 0xAD866D) is known color: Medium Wood. HEX triplet: AD, 86 and 6D. RGB value is (173,134,109). Sum of RGB (Red+Green+Blue) = 173+134+109=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD866D is #527992. Grayscale: #8E8E8E. Windows color (decimal): -5405075 or 7177901. OLE color: 7177901.

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

Color convert

RGB 173 134 109 -
CMYK 0 0.23 0.37 0.32
HSL 23.44º 0.28% 0.55% -
HSV(B) 23.44º 0.37% 0.68% -
XYZ 28.52 27.04 18.18 -
YUV 142.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 173 134 109 0 0.23 0.37 0.32 23.44 0.28 0.55
Hex AD 86 6D 0 17 25 20 17 1C 37
Octal 255 206 155 0 27 45 40 27 34 67
Binary 10101101 10000110 1101101 0 10111 100101 100000 10111 11100 110111

Color Harmonies of #AD866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD866D

Black with #AD866D

Text Example


Text Example

White with #AD866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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