Html Css Color HEX #AD816F Medium Wood

📋 copy color: '#AD816F'

red 173 ◦ green 129 ◦ blue 111

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

Shades of Medium Wood #AD816F

Tints of Medium Wood #AD816F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.23%

 BLUE value IS 111 (43.75% from 255) = 26.88%

R = 41.89%
G = 31.23%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD816F (or 0xAD816F) is known color: Medium Wood. HEX triplet: AD, 81 and 6F. RGB value is (173,129,111). Sum of RGB (Red+Green+Blue) = 173+129+111=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD816F is #527E90. Grayscale: #8C8C8C. Windows color (decimal): -5406353 or 7307693. OLE color: 7307693.

HSL color Cylindrical-coordinate representation of color #AD816F: hue angle of 17.42º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD816F is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 129 111 -
CMYK 0 0.25 0.36 0.32
HSL 17.42º 0.27% 0.56% -
HSV(B) 17.42º 0.36% 0.68% -
XYZ 27.95 25.73 18.53 -
YUV 140.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 173 129 111 0 0.25 0.36 0.32 17.42 0.27 0.56
Hex AD 81 6F 0 19 24 20 11 1B 38
Octal 255 201 157 0 31 44 40 21 33 70
Binary 10101101 10000001 1101111 0 11001 100100 100000 10001 11011 111000

Color Harmonies of #AD816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD816F

Black with #AD816F

Text Example


Text Example

White with #AD816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD816F; }

 p { color: rgb(173,129,111); }

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

background-color css

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

 a { background-color: rgb(173,129,111); }

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

border-color css

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

 span { border-color: rgb(173,129,111); }

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