#A17D43

Color #A17D43 Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #A17D43

Tints of Muddy Waters #A17D43

Color information

#A17D43 (or 0xA17D43) is unknown color: approx Muddy Waters. HEX triplet: A1, 7D and 43. RGB value is (161,125,67). Sum of RGB (Red+Green+Blue) = 161+125+67=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17D43 is #5E82BC. Grayscale: #818181. Windows color (decimal): -6193853 or 4423073. OLE color: 4423073.

HSL color Cylindrical-coordinate representation of color #A17D43: hue angle of 37.02º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A17D43 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB16112567-
CMYK00.220.580.37
HSL37.02º41.23%44.71%-
HSV(B)37.02º58.39%63.14%-
XYZ23.0422.658.47-
YUV129.1592.93150.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.61%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 67 (26.56% from 255) = 18.98%
R=45.61%
G=35.41%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611256700.220.580.3737.0241.2344.71
HexA17D430163A2525292d
Octal2411751030267245455155
Binary1010000111111011000011010110111010100101100101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17D43; }

 p { color: rgb(161,125,67); }

 H1.HeaderClassName
 {
   color: #A17D43;
 }
 .AnyTagClassName
 {
   color: #A17D43;
 }
</style>
background-color css

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

 a { background-color: rgb(161,125,67); }

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

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

 span { border-color: rgb(161,125,67); }

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