#A17F41

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

Shades of Muddy Waters #A17F41

Tints of Muddy Waters #A17F41

Color information

#A17F41 (or 0xA17F41) is unknown color: approx Muddy Waters. HEX triplet: A1, 7F and 41. RGB value is (161,127,65). Sum of RGB (Red+Green+Blue) = 161+127+65=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17F41 is #5E80BE. Grayscale: #828282. Windows color (decimal): -6193343 or 4292513. OLE color: 4292513.

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

Color convert

RGB16112765-
CMYK00.210.600.37
HSL38.75º42.48%44.31%-
HSV(B)38.75º59.63%63.14%-
XYZ23.2423.148.24-
YUV130.191.26150.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.61%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 65 (25.78% from 255) = 18.41%
R=45.61%
G=35.98%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611276500.210.600.3738.7542.4844.31
HexA17F410153C25272a2c
Octal2411771010257445475254
Binary1010000111111111000001010101111100100101100111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17F41; }

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

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

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

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

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

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

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

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