Html Css Color HEX #AD836E Medium Wood

📋 copy color: '#AD836E'

red 173 ◦ green 131 ◦ blue 110

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

Shades of Medium Wood #AD836E

Tints of Medium Wood #AD836E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.57%

R = 41.79%
G = 31.64%
B = 26.57%

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

#AD836E (or 0xAD836E) is known color: Medium Wood. HEX triplet: AD, 83 and 6E. RGB value is (173,131,110). Sum of RGB (Red+Green+Blue) = 173+131+110=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD836E is #527C91. Grayscale: #8D8D8D. Windows color (decimal): -5405842 or 7242669. OLE color: 7242669.

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

Color convert

RGB 173 131 110 -
CMYK 0 0.24 0.36 0.32
HSL 20º 0.28% 0.55% -
HSV(B) 20º 0.36% 0.68% -
XYZ 28.16 26.24 18.33 -
YUV 141.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 173 131 110 0 0.24 0.36 0.32 20 0.28 0.55
Hex AD 83 6E 0 18 24 20 14 1C 37
Octal 255 203 156 0 30 44 40 24 34 67
Binary 10101101 10000011 1101110 0 11000 100100 100000 10100 11100 110111

Color Harmonies of #AD836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD836E

Black with #AD836E

Text Example


Text Example

White with #AD836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD836E; }

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

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

background-color css

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

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

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

border-color css

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

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

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