Html Css Color HEX #AD7961 Medium Wood

📋 copy color: '#AD7961'

red 173 ◦ green 121 ◦ blue 97

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

Shades of Medium Wood #AD7961

Tints of Medium Wood #AD7961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.81%

R = 44.25%
G = 30.95%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD7961 (or 0xAD7961) is known color: Medium Wood. HEX triplet: AD, 79 and 61. RGB value is (173,121,97). Sum of RGB (Red+Green+Blue) = 173+121+97=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7961 is #52869E. Grayscale: #858585. Windows color (decimal): -5408415 or 6388141. OLE color: 6388141.

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

Color convert

RGB 173 121 97 -
CMYK 0 0.30 0.44 0.32
HSL 18.95º 0.32% 0.53% -
HSV(B) 18.95º 0.44% 0.68% -
XYZ 26.23 23.42 14.45 -
YUV 133.81 107.23 155.95 -
System Red Green Blue C M Y K H S L
Decimal 173 121 97 0 0.30 0.44 0.32 18.95 0.32 0.53
Hex AD 79 61 0 1E 2C 20 13 20 35
Octal 255 171 141 0 36 54 40 23 40 65
Binary 10101101 1111001 1100001 0 11110 101100 100000 10011 100000 110101

Color Harmonies of #AD7961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7961

Black with #AD7961

Text Example


Text Example

White with #AD7961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7961; }

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

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

background-color css

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

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

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

border-color css

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

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

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