Html Css Color HEX #AD7856 Medium Wood

📋 copy color: '#AD7856'

red 173 ◦ green 120 ◦ blue 86

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

Shades of Medium Wood #AD7856

Tints of Medium Wood #AD7856

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

 BLUE value IS 86 (33.98% from 255) = 22.69%

R = 45.65%
G = 31.66%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD7856 (or 0xAD7856) is known color: Medium Wood. HEX triplet: AD, 78 and 56. RGB value is (173,120,86). Sum of RGB (Red+Green+Blue) = 173+120+86=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7856 is #5287A9. Grayscale: #848484. Windows color (decimal): -5408682 or 5666989. OLE color: 5666989.

HSL color Cylindrical-coordinate representation of color #AD7856: hue angle of 23.45º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD7856 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 120 86 -
CMYK 0 0.31 0.50 0.32
HSL 23.45º 0.35% 0.51% -
HSV(B) 23.45º 0.5% 0.68% -
XYZ 25.63 22.99 11.89 -
YUV 131.97 102.06 157.26 -
System Red Green Blue C M Y K H S L
Decimal 173 120 86 0 0.31 0.50 0.32 23.45 0.35 0.51
Hex AD 78 56 0 1F 32 20 17 23 33
Octal 255 170 126 0 37 62 40 27 43 63
Binary 10101101 1111000 1010110 0 11111 110010 100000 10111 100011 110011

Color Harmonies of #AD7856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7856

Black with #AD7856

Text Example


Text Example

White with #AD7856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7856; }

 p { color: rgb(173,120,86); }

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

background-color css

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

 a { background-color: rgb(173,120,86); }

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

border-color css

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

 span { border-color: rgb(173,120,86); }

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