Html Css Color HEX #AD8660 Medium Wood

📋 copy color: '#AD8660'

red 173 ◦ green 134 ◦ blue 96

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

Shades of Medium Wood #AD8660

Tints of Medium Wood #AD8660

RGB

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

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

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

R = 42.93%
G = 33.25%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD8660 (or 0xAD8660) is known color: Medium Wood. HEX triplet: AD, 86 and 60. RGB value is (173,134,96). Sum of RGB (Red+Green+Blue) = 173+134+96=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8660 is #52799F. Grayscale: #8D8D8D. Windows color (decimal): -5405088 or 6325933. OLE color: 6325933.

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

Color convert

RGB 173 134 96 -
CMYK 0 0.23 0.45 0.32
HSL 29.61º 0.32% 0.53% -
HSV(B) 29.61º 0.45% 0.68% -
XYZ 27.87 26.78 14.77 -
YUV 141.33 102.42 150.59 -
System Red Green Blue C M Y K H S L
Decimal 173 134 96 0 0.23 0.45 0.32 29.61 0.32 0.53
Hex AD 86 60 0 17 2D 20 1E 20 35
Octal 255 206 140 0 27 55 40 36 40 65
Binary 10101101 10000110 1100000 0 10111 101101 100000 11110 100000 110101

Color Harmonies of #AD8660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8660

Black with #AD8660

Text Example


Text Example

White with #AD8660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8660; }

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

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

background-color css

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

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

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

border-color css

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

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

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