Html Css Color HEX #AD7F58 Medium Wood

📋 copy color: '#AD7F58'

red 173 ◦ green 127 ◦ blue 88

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

Shades of Medium Wood #AD7F58

Tints of Medium Wood #AD7F58

RGB

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

 GREEN value IS 127 (50% from 255) = 32.73%

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

R = 44.59%
G = 32.73%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD7F58 (or 0xAD7F58) is known color: Medium Wood. HEX triplet: AD, 7F and 58. RGB value is (173,127,88). Sum of RGB (Red+Green+Blue) = 173+127+88=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F58 is #5280A7. Grayscale: #888888. Windows color (decimal): -5406888 or 5799853. OLE color: 5799853.

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

Color convert

RGB 173 127 88 -
CMYK 0 0.27 0.49 0.32
HSL 27.53º 0.34% 0.51% -
HSV(B) 27.53º 0.49% 0.68% -
XYZ 26.58 24.77 12.61 -
YUV 136.31 100.74 154.17 -
System Red Green Blue C M Y K H S L
Decimal 173 127 88 0 0.27 0.49 0.32 27.53 0.34 0.51
Hex AD 7F 58 0 1B 31 20 1C 22 33
Octal 255 177 130 0 33 61 40 34 42 63
Binary 10101101 1111111 1011000 0 11011 110001 100000 11100 100010 110011

Color Harmonies of #AD7F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F58

Black with #AD7F58

Text Example


Text Example

White with #AD7F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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