Html Css Color HEX #AD8860 Medium Wood

📋 copy color: '#AD8860'

red 173 ◦ green 136 ◦ blue 96

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

Shades of Medium Wood #AD8860

Tints of Medium Wood #AD8860

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

 BLUE value IS 96 (37.89% from 255) = 23.7%

R = 42.72%
G = 33.58%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD8860 (or 0xAD8860) is known color: Medium Wood. HEX triplet: AD, 88 and 60. RGB value is (173,136,96). Sum of RGB (Red+Green+Blue) = 173+136+96=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8860 is #52779F. Grayscale: #8E8E8E. Windows color (decimal): -5404576 or 6326445. OLE color: 6326445.

HSL color Cylindrical-coordinate representation of color #AD8860: hue angle of 31.17º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD8860 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 136 96 -
CMYK 0 0.21 0.45 0.32
HSL 31.17º 0.32% 0.53% -
HSV(B) 31.17º 0.45% 0.68% -
XYZ 28.15 27.34 14.86 -
YUV 142.5 101.76 149.75 -
System Red Green Blue C M Y K H S L
Decimal 173 136 96 0 0.21 0.45 0.32 31.17 0.32 0.53
Hex AD 88 60 0 15 2D 20 1F 20 35
Octal 255 210 140 0 25 55 40 37 40 65
Binary 10101101 10001000 1100000 0 10101 101101 100000 11111 100000 110101

Color Harmonies of #AD8860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8860

Black with #AD8860

Text Example


Text Example

White with #AD8860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8860; }

 p { color: rgb(173,136,96); }

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

background-color css

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

 a { background-color: rgb(173,136,96); }

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

border-color css

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

 span { border-color: rgb(173,136,96); }

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