#A17D41

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

Shades of Muddy Waters #A17D41

Tints of Muddy Waters #A17D41

Color information

#A17D41 (or 0xA17D41) is unknown color: approx Muddy Waters. HEX triplet: A1, 7D and 41. RGB value is (161,125,65). Sum of RGB (Red+Green+Blue) = 161+125+65=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17D41 is #5E82BE. Grayscale: #818181. Windows color (decimal): -6193855 or 4292001. OLE color: 4292001.

HSL color Cylindrical-coordinate representation of color #A17D41: hue angle of 37.5º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A17D41 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB16112565-
CMYK00.220.600.37
HSL37.5º42.48%44.31%-
HSV(B)37.5º59.63%63.14%-
XYZ22.9922.638.16-
YUV128.9291.93150.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.87%
GREEN value IS 125 (49.22% from 255) = 35.61%
BLUE value IS 65 (25.78% from 255) = 18.52%
R=45.87%
G=35.61%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611256500.220.600.3737.542.4844.31
HexA17D410163C25252a2c
Octal2411751010267445455254
Binary1010000111111011000001010110111100100101100101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17D41; }

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

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

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

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

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

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

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

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