#A97D56

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

Shades of Muddy Waters #A97D56

Tints of Muddy Waters #A97D56

Color information

#A97D56 (or 0xA97D56) is unknown color: approx Muddy Waters. HEX triplet: A9, 7D and 56. RGB value is (169,125,86). Sum of RGB (Red+Green+Blue) = 169+125+86=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D56 is #5682A9. Grayscale: #858585. Windows color (decimal): -5669546 or 5668265. OLE color: 5668265.

HSL color Cylindrical-coordinate representation of color #A97D56: hue angle of 28.19º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A97D56 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16912586-
CMYK00.260.490.34
HSL28.19º32.55%50%-
HSV(B)28.19º49.11%66.27%-
XYZ25.3823.7712.06-
YUV133.71101.08153.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.47%
GREEN value IS 125 (49.22% from 255) = 32.89%
BLUE value IS 86 (33.98% from 255) = 22.63%
R=44.47%
G=32.89%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691258600.260.490.3428.1932.5550
HexA97D5601A31221c2132
Octal2511751260326142344162
Binary101010011111101101011001101011000110001011100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D56; }

 p { color: rgb(169,125,86); }

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

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

 a { background-color: rgb(169,125,86); }

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

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

 span { border-color: rgb(169,125,86); }

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