Html Css Color HEX #AD7947 Muddy Waters

📋 copy color: '#AD7947'

red 173 ◦ green 121 ◦ blue 71

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

Shades of Muddy Waters #AD7947

Tints of Muddy Waters #AD7947

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.15%

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

R = 47.4%
G = 33.15%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD7947 (or 0xAD7947) is known color: Muddy Waters. HEX triplet: AD, 79 and 47. RGB value is (173,121,71). Sum of RGB (Red+Green+Blue) = 173+121+71=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7947 is #5286B8. Grayscale: #838383. Windows color (decimal): -5408441 or 4684205. OLE color: 4684205.

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

Color convert

RGB 173 121 71 -
CMYK 0 0.30 0.59 0.32
HSL 29.41º 0.42% 0.48% -
HSV(B) 29.41º 0.59% 0.68% -
XYZ 25.21 23.01 9.07 -
YUV 130.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 173 121 71 0 0.30 0.59 0.32 29.41 0.42 0.48
Hex AD 79 47 0 1E 3B 20 1D 2A 30
Octal 255 171 107 0 36 73 40 35 52 60
Binary 10101101 1111001 1000111 0 11110 111011 100000 11101 101010 110000

Color Harmonies of #AD7947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7947

Black with #AD7947

Text Example


Text Example

White with #AD7947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7947; }

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

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

background-color css

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

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

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

border-color css

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

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

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