Html Css Color HEX #AD8661 Medium Wood

📋 copy color: '#AD8661'

red 173 ◦ green 134 ◦ blue 97

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

Shades of Medium Wood #AD8661

Tints of Medium Wood #AD8661

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.17%

 BLUE value IS 97 (38.28% from 255) = 24.01%

R = 42.82%
G = 33.17%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD8661 (or 0xAD8661) is known color: Medium Wood. HEX triplet: AD, 86 and 61. RGB value is (173,134,97). Sum of RGB (Red+Green+Blue) = 173+134+97=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8661 is #52799E. Grayscale: #8D8D8D. Windows color (decimal): -5405087 or 6391469. OLE color: 6391469.

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

Color convert

RGB 173 134 97 -
CMYK 0 0.23 0.44 0.32
HSL 29.21º 0.32% 0.53% -
HSV(B) 29.21º 0.44% 0.68% -
XYZ 27.92 26.8 15.01 -
YUV 141.44 102.92 150.51 -
System Red Green Blue C M Y K H S L
Decimal 173 134 97 0 0.23 0.44 0.32 29.21 0.32 0.53
Hex AD 86 61 0 17 2C 20 1D 20 35
Octal 255 206 141 0 27 54 40 35 40 65
Binary 10101101 10000110 1100001 0 10111 101100 100000 11101 100000 110101

Color Harmonies of #AD8661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8661

Black with #AD8661

Text Example


Text Example

White with #AD8661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8661; }

 p { color: rgb(173,134,97); }

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

background-color css

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

 a { background-color: rgb(173,134,97); }

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

border-color css

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

 span { border-color: rgb(173,134,97); }

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