#A97946

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

Shades of Muddy Waters #A97946

Tints of Muddy Waters #A97946

Color information

#A97946 (or 0xA97946) is unknown color: approx Muddy Waters. HEX triplet: A9, 79 and 46. RGB value is (169,121,70). Sum of RGB (Red+Green+Blue) = 169+121+70=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A97946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97946 is #5686B9. Grayscale: #818181. Windows color (decimal): -5670586 or 4618665. OLE color: 4618665.

HSL color Cylindrical-coordinate representation of color #A97946: hue angle of 30.91º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A97946 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB16912170-
CMYK00.280.590.34
HSL30.91º41.42%46.86%-
HSV(B)30.91º58.58%66.27%-
XYZ24.3122.558.87-
YUV129.5494.4156.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 121 (47.66% from 255) = 33.61%
BLUE value IS 70 (27.73% from 255) = 19.44%
R=46.94%
G=33.61%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691217000.280.590.3430.9141.4246.86
HexA9794601C3B221f292f
Octal2511711060347342375157
Binary101010011111001100011001110011101110001011111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97946; }

 p { color: rgb(169,121,70); }

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

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

 a { background-color: rgb(169,121,70); }

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

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

 span { border-color: rgb(169,121,70); }

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