Html Css Color HEX #AD816C Medium Wood

📋 copy color: '#AD816C'

red 173 ◦ green 129 ◦ blue 108

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

Shades of Medium Wood #AD816C

Tints of Medium Wood #AD816C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.34%

R = 42.2%
G = 31.46%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD816C (or 0xAD816C) is known color: Medium Wood. HEX triplet: AD, 81 and 6C. RGB value is (173,129,108). Sum of RGB (Red+Green+Blue) = 173+129+108=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD816C is #527E93. Grayscale: #8B8B8B. Windows color (decimal): -5406356 or 7111085. OLE color: 7111085.

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

Color convert

RGB 173 129 108 -
CMYK 0 0.25 0.38 0.32
HSL 19.38º 0.28% 0.55% -
HSV(B) 19.38º 0.38% 0.68% -
XYZ 27.79 25.67 17.68 -
YUV 139.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 173 129 108 0 0.25 0.38 0.32 19.38 0.28 0.55
Hex AD 81 6C 0 19 26 20 13 1C 37
Octal 255 201 154 0 31 46 40 23 34 67
Binary 10101101 10000001 1101100 0 11001 100110 100000 10011 11100 110111

Color Harmonies of #AD816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD816C

Black with #AD816C

Text Example


Text Example

White with #AD816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD816C; }

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

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

background-color css

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

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

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

border-color css

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

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

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