Html Css Color HEX #AD8361 Medium Wood

📋 copy color: '#AD8361'

red 173 ◦ green 131 ◦ blue 97

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

Shades of Medium Wood #AD8361

Tints of Medium Wood #AD8361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.67%

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

R = 43.14%
G = 32.67%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD8361 (or 0xAD8361) is known color: Medium Wood. HEX triplet: AD, 83 and 61. RGB value is (173,131,97). Sum of RGB (Red+Green+Blue) = 173+131+97=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8361 is #527C9E. Grayscale: #8B8B8B. Windows color (decimal): -5405855 or 6390701. OLE color: 6390701.

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

Color convert

RGB 173 131 97 -
CMYK 0 0.24 0.44 0.32
HSL 26.84º 0.32% 0.53% -
HSV(B) 26.84º 0.44% 0.68% -
XYZ 27.51 25.98 14.87 -
YUV 139.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 173 131 97 0 0.24 0.44 0.32 26.84 0.32 0.53
Hex AD 83 61 0 18 2C 20 1B 20 35
Octal 255 203 141 0 30 54 40 33 40 65
Binary 10101101 10000011 1100001 0 11000 101100 100000 11011 100000 110101

Color Harmonies of #AD8361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8361

Black with #AD8361

Text Example


Text Example

White with #AD8361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8361; }

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

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

background-color css

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

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

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

border-color css

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

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

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