Html Css Color HEX #AD7966 Medium Wood

📋 copy color: '#AD7966'

red 173 ◦ green 121 ◦ blue 102

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

Shades of Medium Wood #AD7966

Tints of Medium Wood #AD7966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.56%

 BLUE value IS 102 (40.23% from 255) = 25.76%

R = 43.69%
G = 30.56%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD7966 (or 0xAD7966) is known color: Medium Wood. HEX triplet: AD, 79 and 66. RGB value is (173,121,102). Sum of RGB (Red+Green+Blue) = 173+121+102=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7966 is #528699. Grayscale: #868686. Windows color (decimal): -5408410 or 6715821. OLE color: 6715821.

HSL color Cylindrical-coordinate representation of color #AD7966: hue angle of 16.06º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD7966 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 121 102 -
CMYK 0 0.30 0.41 0.32
HSL 16.06º 0.3% 0.54% -
HSV(B) 16.06º 0.41% 0.68% -
XYZ 26.47 23.52 15.71 -
YUV 134.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 173 121 102 0 0.30 0.41 0.32 16.06 0.3 0.54
Hex AD 79 66 0 1E 29 20 10 1E 36
Octal 255 171 146 0 36 51 40 20 36 66
Binary 10101101 1111001 1100110 0 11110 101001 100000 10000 11110 110110

Color Harmonies of #AD7966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7966

Black with #AD7966

Text Example


Text Example

White with #AD7966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7966; }

 p { color: rgb(173,121,102); }

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

background-color css

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

 a { background-color: rgb(173,121,102); }

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

border-color css

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

 span { border-color: rgb(173,121,102); }

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