Html Css Color HEX #AD7D58 Medium Wood

📋 copy color: '#AD7D58'

red 173 ◦ green 125 ◦ blue 88

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

Shades of Medium Wood #AD7D58

Tints of Medium Wood #AD7D58

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.38%

 BLUE value IS 88 (34.77% from 255) = 22.8%

R = 44.82%
G = 32.38%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD7D58 (or 0xAD7D58) is known color: Medium Wood. HEX triplet: AD, 7D and 58. RGB value is (173,125,88). Sum of RGB (Red+Green+Blue) = 173+125+88=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D58 is #5282A7. Grayscale: #878787. Windows color (decimal): -5407400 or 5799341. OLE color: 5799341.

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

Color convert

RGB 173 125 88 -
CMYK 0 0.28 0.49 0.32
HSL 26.12º 0.34% 0.51% -
HSV(B) 26.12º 0.49% 0.68% -
XYZ 26.33 24.26 12.53 -
YUV 135.13 101.4 155.01 -
System Red Green Blue C M Y K H S L
Decimal 173 125 88 0 0.28 0.49 0.32 26.12 0.34 0.51
Hex AD 7D 58 0 1C 31 20 1A 22 33
Octal 255 175 130 0 34 61 40 32 42 63
Binary 10101101 1111101 1011000 0 11100 110001 100000 11010 100010 110011

Color Harmonies of #AD7D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D58

Black with #AD7D58

Text Example


Text Example

White with #AD7D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D58; }

 p { color: rgb(173,125,88); }

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

background-color css

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

 a { background-color: rgb(173,125,88); }

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

border-color css

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

 span { border-color: rgb(173,125,88); }

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