Html Css Color HEX #AD8061 Medium Wood

📋 copy color: '#AD8061'

red 173 ◦ green 128 ◦ blue 97

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

Shades of Medium Wood #AD8061

Tints of Medium Wood #AD8061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

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

R = 43.47%
G = 32.16%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD8061 (or 0xAD8061) is known color: Medium Wood. HEX triplet: AD, 80 and 61. RGB value is (173,128,97). Sum of RGB (Red+Green+Blue) = 173+128+97=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8061 is #527F9E. Grayscale: #8A8A8A. Windows color (decimal): -5406623 or 6389933. OLE color: 6389933.

HSL color Cylindrical-coordinate representation of color #AD8061: hue angle of 24.47º 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 #AD8061 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 128 97 -
CMYK 0 0.26 0.44 0.32
HSL 24.47º 0.32% 0.53% -
HSV(B) 24.47º 0.44% 0.68% -
XYZ 27.11 25.19 14.74 -
YUV 137.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 173 128 97 0 0.26 0.44 0.32 24.47 0.32 0.53
Hex AD 80 61 0 1A 2C 20 18 20 35
Octal 255 200 141 0 32 54 40 30 40 65
Binary 10101101 10000000 1100001 0 11010 101100 100000 11000 100000 110101

Color Harmonies of #AD8061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8061

Black with #AD8061

Text Example


Text Example

White with #AD8061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8061; }

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

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

background-color css

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

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

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

border-color css

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

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

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