Html Css Color HEX #AD856E Medium Wood

📋 copy color: '#AD856E'

red 173 ◦ green 133 ◦ blue 110

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

Shades of Medium Wood #AD856E

Tints of Medium Wood #AD856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.97%

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

R = 41.59%
G = 31.97%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD856E (or 0xAD856E) is known color: Medium Wood. HEX triplet: AD, 85 and 6E. RGB value is (173,133,110). Sum of RGB (Red+Green+Blue) = 173+133+110=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD856E is #527A91. Grayscale: #8E8E8E. Windows color (decimal): -5405330 or 7243181. OLE color: 7243181.

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

Color convert

RGB 173 133 110 -
CMYK 0 0.23 0.36 0.32
HSL 21.9º 0.28% 0.55% -
HSV(B) 21.9º 0.36% 0.68% -
XYZ 28.44 26.79 18.42 -
YUV 142.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 173 133 110 0 0.23 0.36 0.32 21.9 0.28 0.55
Hex AD 85 6E 0 17 24 20 16 1C 37
Octal 255 205 156 0 27 44 40 26 34 67
Binary 10101101 10000101 1101110 0 10111 100100 100000 10110 11100 110111

Color Harmonies of #AD856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD856E

Black with #AD856E

Text Example


Text Example

White with #AD856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD856E; }

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

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

background-color css

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

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

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

border-color css

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

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

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