#A17E41

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

Shades of Muddy Waters #A17E41

Tints of Muddy Waters #A17E41

Color information

#A17E41 (or 0xA17E41) is unknown color: approx Muddy Waters. HEX triplet: A1, 7E and 41. RGB value is (161,126,65). Sum of RGB (Red+Green+Blue) = 161+126+65=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17E41 is #5E81BE. Grayscale: #818181. Windows color (decimal): -6193599 or 4292257. OLE color: 4292257.

HSL color Cylindrical-coordinate representation of color #A17E41: hue angle of 38.12º 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 #A17E41 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB16112665-
CMYK00.220.600.37
HSL38.12º42.48%44.31%-
HSV(B)38.12º59.63%63.14%-
XYZ23.1122.888.2-
YUV129.5191.6150.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 65 (25.78% from 255) = 18.47%
R=45.74%
G=35.80%
B=18.47%

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
Decimal1611266500.220.600.3738.1242.4844.31
HexA17E410163C25262a2c
Octal2411761010267445465254
Binary1010000111111101000001010110111100100101100110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17E41; }

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

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

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

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

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

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

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

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