#A97D42

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

Shades of Muddy Waters #A97D42

Tints of Muddy Waters #A97D42

Color information

#A97D42 (or 0xA97D42) is unknown color: approx Muddy Waters. HEX triplet: A9, 7D and 42. RGB value is (169,125,66). Sum of RGB (Red+Green+Blue) = 169+125+66=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97D42 is #5682BD. Grayscale: #838383. Windows color (decimal): -5669566 or 4357545. OLE color: 4357545.

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

Color convert

RGB16912566-
CMYK00.260.610.34
HSL34.37º43.83%46.08%-
HSV(B)34.37º60.95%66.27%-
XYZ24.6823.58.39-
YUV131.4391.08154.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 125 (49.22% from 255) = 34.72%
BLUE value IS 66 (26.17% from 255) = 18.33%
R=46.94%
G=34.72%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691256600.260.610.3434.3743.8346.08
HexA97D4201A3D22222c2e
Octal2511751020327542425456
Binary1010100111111011000010011010111101100010100010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D42; }

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

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

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

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

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

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

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

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