Html Css Color HEX #AD7C5E Medium Wood

📋 copy color: '#AD7C5E'

red 173 ◦ green 124 ◦ blue 94

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

Shades of Medium Wood #AD7C5E

Tints of Medium Wood #AD7C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.71%

 BLUE value IS 94 (37.11% from 255) = 24.04%

R = 44.25%
G = 31.71%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD7C5E (or 0xAD7C5E) is known color: Medium Wood. HEX triplet: AD, 7C and 5E. RGB value is (173,124,94). Sum of RGB (Red+Green+Blue) = 173+124+94=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7C5E is #5283A1. Grayscale: #878787. Windows color (decimal): -5407650 or 6192301. OLE color: 6192301.

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

Color convert

RGB 173 124 94 -
CMYK 0 0.28 0.46 0.32
HSL 22.78º 0.33% 0.52% -
HSV(B) 22.78º 0.46% 0.68% -
XYZ 26.46 24.11 13.85 -
YUV 135.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 173 124 94 0 0.28 0.46 0.32 22.78 0.33 0.52
Hex AD 7C 5E 0 1C 2E 20 17 21 34
Octal 255 174 136 0 34 56 40 27 41 64
Binary 10101101 1111100 1011110 0 11100 101110 100000 10111 100001 110100

Color Harmonies of #AD7C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7C5E

Black with #AD7C5E

Text Example


Text Example

White with #AD7C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7C5E; }

 p { color: rgb(173,124,94); }

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

background-color css

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

 a { background-color: rgb(173,124,94); }

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

border-color css

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

 span { border-color: rgb(173,124,94); }

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