Html Css Color HEX #AD816D Medium Wood

📋 copy color: '#AD816D'

red 173 ◦ green 129 ◦ blue 109

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

Shades of Medium Wood #AD816D

Tints of Medium Wood #AD816D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.52%

R = 42.09%
G = 31.39%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD816D (or 0xAD816D) is known color: Medium Wood. HEX triplet: AD, 81 and 6D. RGB value is (173,129,109). Sum of RGB (Red+Green+Blue) = 173+129+109=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD816D is #527E92. Grayscale: #8C8C8C. Windows color (decimal): -5406355 or 7176621. OLE color: 7176621.

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

Color convert

RGB 173 129 109 -
CMYK 0 0.25 0.37 0.32
HSL 18.75º 0.28% 0.55% -
HSV(B) 18.75º 0.37% 0.68% -
XYZ 27.84 25.69 17.96 -
YUV 139.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 173 129 109 0 0.25 0.37 0.32 18.75 0.28 0.55
Hex AD 81 6D 0 19 25 20 13 1C 37
Octal 255 201 155 0 31 45 40 23 34 67
Binary 10101101 10000001 1101101 0 11001 100101 100000 10011 11100 110111

Color Harmonies of #AD816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD816D

Black with #AD816D

Text Example


Text Example

White with #AD816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD816D; }

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

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

background-color css

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

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

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

border-color css

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

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

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