Html Css Color HEX #AD8760 Medium Wood

📋 copy color: '#AD8760'

red 173 ◦ green 135 ◦ blue 96

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

Shades of Medium Wood #AD8760

Tints of Medium Wood #AD8760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

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

R = 42.82%
G = 33.42%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD8760 (or 0xAD8760) is known color: Medium Wood. HEX triplet: AD, 87 and 60. RGB value is (173,135,96). Sum of RGB (Red+Green+Blue) = 173+135+96=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8760 is #52789F. Grayscale: #8E8E8E. Windows color (decimal): -5404832 or 6326189. OLE color: 6326189.

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

Color convert

RGB 173 135 96 -
CMYK 0 0.22 0.45 0.32
HSL 30.39º 0.32% 0.53% -
HSV(B) 30.39º 0.45% 0.68% -
XYZ 28.01 27.06 14.81 -
YUV 141.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 173 135 96 0 0.22 0.45 0.32 30.39 0.32 0.53
Hex AD 87 60 0 16 2D 20 1E 20 35
Octal 255 207 140 0 26 55 40 36 40 65
Binary 10101101 10000111 1100000 0 10110 101101 100000 11110 100000 110101

Color Harmonies of #AD8760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8760

Black with #AD8760

Text Example


Text Example

White with #AD8760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8760; }

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

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

background-color css

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

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

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

border-color css

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

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

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