Html Css Color HEX #AD816E Medium Wood

📋 copy color: '#AD816E'

red 173 ◦ green 129 ◦ blue 110

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

Shades of Medium Wood #AD816E

Tints of Medium Wood #AD816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.7%

R = 41.99%
G = 31.31%
B = 26.7%

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

#AD816E (or 0xAD816E) is known color: Medium Wood. HEX triplet: AD, 81 and 6E. RGB value is (173,129,110). Sum of RGB (Red+Green+Blue) = 173+129+110=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD816E is #527E91. Grayscale: #8C8C8C. Windows color (decimal): -5406354 or 7242157. OLE color: 7242157.

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

Color convert

RGB 173 129 110 -
CMYK 0 0.25 0.36 0.32
HSL 18.1º 0.28% 0.55% -
HSV(B) 18.1º 0.36% 0.68% -
XYZ 27.9 25.71 18.24 -
YUV 139.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 173 129 110 0 0.25 0.36 0.32 18.1 0.28 0.55
Hex AD 81 6E 0 19 24 20 12 1C 37
Octal 255 201 156 0 31 44 40 22 34 67
Binary 10101101 10000001 1101110 0 11001 100100 100000 10010 11100 110111

Color Harmonies of #AD816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD816E

Black with #AD816E

Text Example


Text Example

White with #AD816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD816E; }

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

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

background-color css

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

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

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

border-color css

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

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

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