Html Css Color HEX #AD7960 Medium Wood

📋 copy color: '#AD7960'

red 173 ◦ green 121 ◦ blue 96

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

Shades of Medium Wood #AD7960

Tints of Medium Wood #AD7960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.62%

R = 44.36%
G = 31.03%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD7960 (or 0xAD7960) is known color: Medium Wood. HEX triplet: AD, 79 and 60. RGB value is (173,121,96). Sum of RGB (Red+Green+Blue) = 173+121+96=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7960 is #52869F. Grayscale: #858585. Windows color (decimal): -5408416 or 6322605. OLE color: 6322605.

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

Color convert

RGB 173 121 96 -
CMYK 0 0.30 0.45 0.32
HSL 19.48º 0.32% 0.53% -
HSV(B) 19.48º 0.45% 0.68% -
XYZ 26.18 23.4 14.2 -
YUV 133.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 173 121 96 0 0.30 0.45 0.32 19.48 0.32 0.53
Hex AD 79 60 0 1E 2D 20 13 20 35
Octal 255 171 140 0 36 55 40 23 40 65
Binary 10101101 1111001 1100000 0 11110 101101 100000 10011 100000 110101

Color Harmonies of #AD7960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7960

Black with #AD7960

Text Example


Text Example

White with #AD7960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7960; }

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

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

background-color css

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

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

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

border-color css

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

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

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