Html Css Color HEX #AD866C Medium Wood

📋 copy color: '#AD866C'

red 173 ◦ green 134 ◦ blue 108

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

Shades of Medium Wood #AD866C

Tints of Medium Wood #AD866C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.02%

R = 41.69%
G = 32.29%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD866C (or 0xAD866C) is known color: Medium Wood. HEX triplet: AD, 86 and 6C. RGB value is (173,134,108). Sum of RGB (Red+Green+Blue) = 173+134+108=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD866C is #527993. Grayscale: #8E8E8E. Windows color (decimal): -5405076 or 7112365. OLE color: 7112365.

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

Color convert

RGB 173 134 108 -
CMYK 0 0.23 0.38 0.32
HSL 24º 0.28% 0.55% -
HSV(B) 24º 0.38% 0.68% -
XYZ 28.47 27.02 17.9 -
YUV 142.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 173 134 108 0 0.23 0.38 0.32 24 0.28 0.55
Hex AD 86 6C 0 17 26 20 18 1C 37
Octal 255 206 154 0 27 46 40 30 34 67
Binary 10101101 10000110 1101100 0 10111 100110 100000 11000 11100 110111

Color Harmonies of #AD866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD866C

Black with #AD866C

Text Example


Text Example

White with #AD866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD866C; }

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

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

background-color css

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

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

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

border-color css

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

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

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