Html Css Color HEX #AD7C5A Medium Wood

📋 copy color: '#AD7C5A'

red 173 ◦ green 124 ◦ blue 90

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

Shades of Medium Wood #AD7C5A

Tints of Medium Wood #AD7C5A

RGB

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

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

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

R = 44.7%
G = 32.04%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD7C5A (or 0xAD7C5A) is known color: Medium Wood. HEX triplet: AD, 7C and 5A. RGB value is (173,124,90). Sum of RGB (Red+Green+Blue) = 173+124+90=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7C5A is #5283A5. Grayscale: #868686. Windows color (decimal): -5407654 or 5930157. OLE color: 5930157.

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

Color convert

RGB 173 124 90 -
CMYK 0 0.28 0.48 0.32
HSL 24.58º 0.34% 0.52% -
HSV(B) 24.58º 0.48% 0.68% -
XYZ 26.29 24.04 12.93 -
YUV 134.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 173 124 90 0 0.28 0.48 0.32 24.58 0.34 0.52
Hex AD 7C 5A 0 1C 30 20 19 22 34
Octal 255 174 132 0 34 60 40 31 42 64
Binary 10101101 1111100 1011010 0 11100 110000 100000 11001 100010 110100

Color Harmonies of #AD7C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7C5A

Black with #AD7C5A

Text Example


Text Example

White with #AD7C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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