#A97D54

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

Shades of Muddy Waters #A97D54

Tints of Muddy Waters #A97D54

Color information

#A97D54 (or 0xA97D54) is unknown color: approx Muddy Waters. HEX triplet: A9, 7D and 54. RGB value is (169,125,84). Sum of RGB (Red+Green+Blue) = 169+125+84=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D54 is #5682AB. Grayscale: #858585. Windows color (decimal): -5669548 or 5537193. OLE color: 5537193.

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

Color convert

RGB16912584-
CMYK00.260.500.34
HSL28.94º33.6%49.61%-
HSV(B)28.94º50.3%66.27%-
XYZ25.323.7411.64-
YUV133.48100.08153.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 84 (33.20% from 255) = 22.22%
R=44.71%
G=33.07%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691258400.260.500.3428.9433.649.61
HexA97D5401A32221d2232
Octal2511751240326242354262
Binary101010011111101101010001101011001010001011101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D54; }

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

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

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

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

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

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

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

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