Html Css Color HEX #AD8466 Medium Wood

📋 copy color: '#AD8466'

red 173 ◦ green 132 ◦ blue 102

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

Shades of Medium Wood #AD8466

Tints of Medium Wood #AD8466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.43%

 BLUE value IS 102 (40.23% from 255) = 25.06%

R = 42.51%
G = 32.43%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD8466 (or 0xAD8466) is known color: Medium Wood. HEX triplet: AD, 84 and 66. RGB value is (173,132,102). Sum of RGB (Red+Green+Blue) = 173+132+102=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8466 is #527B99. Grayscale: #8D8D8D. Windows color (decimal): -5405594 or 6718637. OLE color: 6718637.

HSL color Cylindrical-coordinate representation of color #AD8466: hue angle of 25.35º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD8466 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 132 102 -
CMYK 0 0.24 0.41 0.32
HSL 25.35º 0.3% 0.54% -
HSV(B) 25.35º 0.41% 0.68% -
XYZ 27.88 26.35 16.19 -
YUV 140.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 173 132 102 0 0.24 0.41 0.32 25.35 0.3 0.54
Hex AD 84 66 0 18 29 20 19 1E 36
Octal 255 204 146 0 30 51 40 31 36 66
Binary 10101101 10000100 1100110 0 11000 101001 100000 11001 11110 110110

Color Harmonies of #AD8466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8466

Black with #AD8466

Text Example


Text Example

White with #AD8466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8466; }

 p { color: rgb(173,132,102); }

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

background-color css

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

 a { background-color: rgb(173,132,102); }

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

border-color css

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

 span { border-color: rgb(173,132,102); }

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