Html Css Color HEX #AD8060 Medium Wood

📋 copy color: '#AD8060'

red 173 ◦ green 128 ◦ blue 96

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

Shades of Medium Wood #AD8060

Tints of Medium Wood #AD8060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.24%

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

R = 43.58%
G = 32.24%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD8060 (or 0xAD8060) is known color: Medium Wood. HEX triplet: AD, 80 and 60. RGB value is (173,128,96). Sum of RGB (Red+Green+Blue) = 173+128+96=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8060 is #527F9F. Grayscale: #898989. Windows color (decimal): -5406624 or 6324397. OLE color: 6324397.

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

Color convert

RGB 173 128 96 -
CMYK 0 0.26 0.45 0.32
HSL 24.94º 0.32% 0.53% -
HSV(B) 24.94º 0.45% 0.68% -
XYZ 27.06 25.17 14.5 -
YUV 137.81 104.41 153.1 -
System Red Green Blue C M Y K H S L
Decimal 173 128 96 0 0.26 0.45 0.32 24.94 0.32 0.53
Hex AD 80 60 0 1A 2D 20 19 20 35
Octal 255 200 140 0 32 55 40 31 40 65
Binary 10101101 10000000 1100000 0 11010 101101 100000 11001 100000 110101

Color Harmonies of #AD8060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8060

Black with #AD8060

Text Example


Text Example

White with #AD8060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8060; }

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

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

background-color css

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

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

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

border-color css

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

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

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