Html Css Color HEX #AD8261 Medium Wood

📋 copy color: '#AD8261'

red 173 ◦ green 130 ◦ blue 97

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

Shades of Medium Wood #AD8261

Tints of Medium Wood #AD8261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.5%

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

R = 43.25%
G = 32.5%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD8261 (or 0xAD8261) is known color: Medium Wood. HEX triplet: AD, 82 and 61. RGB value is (173,130,97). Sum of RGB (Red+Green+Blue) = 173+130+97=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8261 is #527D9E. Grayscale: #8B8B8B. Windows color (decimal): -5406111 or 6390445. OLE color: 6390445.

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

Color convert

RGB 173 130 97 -
CMYK 0 0.25 0.44 0.32
HSL 26.05º 0.32% 0.53% -
HSV(B) 26.05º 0.44% 0.68% -
XYZ 27.37 25.71 14.83 -
YUV 139.1 104.25 152.18 -
System Red Green Blue C M Y K H S L
Decimal 173 130 97 0 0.25 0.44 0.32 26.05 0.32 0.53
Hex AD 82 61 0 19 2C 20 1A 20 35
Octal 255 202 141 0 31 54 40 32 40 65
Binary 10101101 10000010 1100001 0 11001 101100 100000 11010 100000 110101

Color Harmonies of #AD8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8261

Black with #AD8261

Text Example


Text Example

White with #AD8261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8261; }

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

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

background-color css

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

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

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

border-color css

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

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

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