Html Css Color HEX #AD856C Medium Wood

📋 copy color: '#AD856C'

red 173 ◦ green 133 ◦ blue 108

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

Shades of Medium Wood #AD856C

Tints of Medium Wood #AD856C

RGB

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

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

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

R = 41.79%
G = 32.13%
B = 26.09%

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

#AD856C (or 0xAD856C) is known color: Medium Wood. HEX triplet: AD, 85 and 6C. RGB value is (173,133,108). Sum of RGB (Red+Green+Blue) = 173+133+108=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD856C is #527A93. Grayscale: #8E8E8E. Windows color (decimal): -5405332 or 7112109. OLE color: 7112109.

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

Color convert

RGB 173 133 108 -
CMYK 0 0.23 0.38 0.32
HSL 23.08º 0.28% 0.55% -
HSV(B) 23.08º 0.38% 0.68% -
XYZ 28.33 26.74 17.86 -
YUV 142.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 173 133 108 0 0.23 0.38 0.32 23.08 0.28 0.55
Hex AD 85 6C 0 17 26 20 17 1C 37
Octal 255 205 154 0 27 46 40 27 34 67
Binary 10101101 10000101 1101100 0 10111 100110 100000 10111 11100 110111

Color Harmonies of #AD856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD856C

Black with #AD856C

Text Example


Text Example

White with #AD856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD856C; }

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

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

background-color css

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

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

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

border-color css

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

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

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