Html Css Color HEX #AD7F47 Muddy Waters

📋 copy color: '#AD7F47'

red 173 ◦ green 127 ◦ blue 71

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

Shades of Muddy Waters #AD7F47

Tints of Muddy Waters #AD7F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.14%

R = 46.63%
G = 34.23%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD7F47 (or 0xAD7F47) is known color: Muddy Waters. HEX triplet: AD, 7F and 47. RGB value is (173,127,71). Sum of RGB (Red+Green+Blue) = 173+127+71=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F47 is #5280B8. Grayscale: #868686. Windows color (decimal): -5406905 or 4685741. OLE color: 4685741.

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

Color convert

RGB 173 127 71 -
CMYK 0 0.27 0.59 0.32
HSL 32.94º 0.42% 0.48% -
HSV(B) 32.94º 0.59% 0.68% -
XYZ 25.96 24.52 9.33 -
YUV 134.37 92.24 155.55 -
System Red Green Blue C M Y K H S L
Decimal 173 127 71 0 0.27 0.59 0.32 32.94 0.42 0.48
Hex AD 7F 47 0 1B 3B 20 21 2A 30
Octal 255 177 107 0 33 73 40 41 52 60
Binary 10101101 1111111 1000111 0 11011 111011 100000 100001 101010 110000

Color Harmonies of #AD7F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F47

Black with #AD7F47

Text Example


Text Example

White with #AD7F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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