Html Css Color HEX #AD836B Medium Wood

📋 copy color: '#AD836B'

red 173 ◦ green 131 ◦ blue 107

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

Shades of Medium Wood #AD836B

Tints of Medium Wood #AD836B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.03%

R = 42.09%
G = 31.87%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD836B (or 0xAD836B) is known color: Medium Wood. HEX triplet: AD, 83 and 6B. RGB value is (173,131,107). Sum of RGB (Red+Green+Blue) = 173+131+107=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD836B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD836B is #527C94. Grayscale: #8C8C8C. Windows color (decimal): -5405845 or 7046061. OLE color: 7046061.

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

Color convert

RGB 173 131 107 -
CMYK 0 0.24 0.38 0.32
HSL 21.82º 0.29% 0.55% -
HSV(B) 21.82º 0.38% 0.68% -
XYZ 28 26.18 17.49 -
YUV 140.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 173 131 107 0 0.24 0.38 0.32 21.82 0.29 0.55
Hex AD 83 6B 0 18 26 20 16 1D 37
Octal 255 203 153 0 30 46 40 26 35 67
Binary 10101101 10000011 1101011 0 11000 100110 100000 10110 11101 110111

Color Harmonies of #AD836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD836B

Black with #AD836B

Text Example


Text Example

White with #AD836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD836B; }

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

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

background-color css

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

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

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

border-color css

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

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

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