Html Css Color HEX #AD7965 Medium Wood

📋 copy color: '#AD7965'

red 173 ◦ green 121 ◦ blue 101

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

Shades of Medium Wood #AD7965

Tints of Medium Wood #AD7965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.57%

R = 43.8%
G = 30.63%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD7965 (or 0xAD7965) is known color: Medium Wood. HEX triplet: AD, 79 and 65. RGB value is (173,121,101). Sum of RGB (Red+Green+Blue) = 173+121+101=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7965 is #52869A. Grayscale: #868686. Windows color (decimal): -5408411 or 6650285. OLE color: 6650285.

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

Color convert

RGB 173 121 101 -
CMYK 0 0.30 0.42 0.32
HSL 16.67º 0.31% 0.54% -
HSV(B) 16.67º 0.42% 0.68% -
XYZ 26.42 23.5 15.46 -
YUV 134.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 173 121 101 0 0.30 0.42 0.32 16.67 0.31 0.54
Hex AD 79 65 0 1E 2A 20 11 1F 36
Octal 255 171 145 0 36 52 40 21 37 66
Binary 10101101 1111001 1100101 0 11110 101010 100000 10001 11111 110110

Color Harmonies of #AD7965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7965

Black with #AD7965

Text Example


Text Example

White with #AD7965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7965; }

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

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

background-color css

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

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

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

border-color css

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

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

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