Html Css Color HEX #AD805F Medium Wood

📋 copy color: '#AD805F'

red 173 ◦ green 128 ◦ blue 95

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

Shades of Medium Wood #AD805F

Tints of Medium Wood #AD805F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.99%

R = 43.69%
G = 32.32%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD805F (or 0xAD805F) is known color: Medium Wood. HEX triplet: AD, 80 and 5F. RGB value is (173,128,95). Sum of RGB (Red+Green+Blue) = 173+128+95=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD805F is #527FA0. Grayscale: #898989. Windows color (decimal): -5406625 or 6258861. OLE color: 6258861.

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

Color convert

RGB 173 128 95 -
CMYK 0 0.26 0.45 0.32
HSL 25.38º 0.32% 0.53% -
HSV(B) 25.38º 0.45% 0.68% -
XYZ 27.02 25.15 14.26 -
YUV 137.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 173 128 95 0 0.26 0.45 0.32 25.38 0.32 0.53
Hex AD 80 5F 0 1A 2D 20 19 20 35
Octal 255 200 137 0 32 55 40 31 40 65
Binary 10101101 10000000 1011111 0 11010 101101 100000 11001 100000 110101

Color Harmonies of #AD805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD805F

Black with #AD805F

Text Example


Text Example

White with #AD805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD805F; }

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

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

background-color css

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

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

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

border-color css

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

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

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