Html Css Color HEX #AD805A Medium Wood

📋 copy color: '#AD805A'

red 173 ◦ green 128 ◦ blue 90

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

Shades of Medium Wood #AD805A

Tints of Medium Wood #AD805A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.02%

R = 44.25%
G = 32.74%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD805A (or 0xAD805A) is known color: Medium Wood. HEX triplet: AD, 80 and 5A. RGB value is (173,128,90). Sum of RGB (Red+Green+Blue) = 173+128+90=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD805A is #527FA5. Grayscale: #898989. Windows color (decimal): -5406630 or 5931181. OLE color: 5931181.

HSL color Cylindrical-coordinate representation of color #AD805A: hue angle of 27.47º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD805A is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 128 90 -
CMYK 0 0.26 0.48 0.32
HSL 27.47º 0.34% 0.52% -
HSV(B) 27.47º 0.48% 0.68% -
XYZ 26.8 25.06 13.1 -
YUV 137.12 101.41 153.59 -
System Red Green Blue C M Y K H S L
Decimal 173 128 90 0 0.26 0.48 0.32 27.47 0.34 0.52
Hex AD 80 5A 0 1A 30 20 1B 22 34
Octal 255 200 132 0 32 60 40 33 42 64
Binary 10101101 10000000 1011010 0 11010 110000 100000 11011 100010 110100

Color Harmonies of #AD805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD805A

Black with #AD805A

Text Example


Text Example

White with #AD805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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