Html Css Color HEX #AD836F Medium Wood

📋 copy color: '#AD836F'

red 173 ◦ green 131 ◦ blue 111

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

Shades of Medium Wood #AD836F

Tints of Medium Wood #AD836F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.57%

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

R = 41.69%
G = 31.57%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD836F (or 0xAD836F) is known color: Medium Wood. HEX triplet: AD, 83 and 6F. RGB value is (173,131,111). Sum of RGB (Red+Green+Blue) = 173+131+111=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD836F is #527C90. Grayscale: #8D8D8D. Windows color (decimal): -5405841 or 7308205. OLE color: 7308205.

HSL color Cylindrical-coordinate representation of color #AD836F: hue angle of 19.35º 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 #AD836F is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 131 111 -
CMYK 0 0.24 0.36 0.32
HSL 19.35º 0.27% 0.56% -
HSV(B) 19.35º 0.36% 0.68% -
XYZ 28.22 26.26 18.62 -
YUV 141.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 173 131 111 0 0.24 0.36 0.32 19.35 0.27 0.56
Hex AD 83 6F 0 18 24 20 13 1B 38
Octal 255 203 157 0 30 44 40 23 33 70
Binary 10101101 10000011 1101111 0 11000 100100 100000 10011 11011 111000

Color Harmonies of #AD836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD836F

Black with #AD836F

Text Example


Text Example

White with #AD836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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