#A97D4E

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

Shades of Muddy Waters #A97D4E

Tints of Muddy Waters #A97D4E

Color information

#A97D4E (or 0xA97D4E) is unknown color: approx Muddy Waters. HEX triplet: A9, 7D and 4E. RGB value is (169,125,78). Sum of RGB (Red+Green+Blue) = 169+125+78=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D4E is #5682B1. Grayscale: #858585. Windows color (decimal): -5669554 or 5143977. OLE color: 5143977.

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

Color convert

RGB16912578-
CMYK00.260.540.34
HSL30.99º36.84%48.43%-
HSV(B)30.99º53.85%66.27%-
XYZ25.0723.6510.45-
YUV132.897.08153.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.43%
GREEN value IS 125 (49.22% from 255) = 33.60%
BLUE value IS 78 (30.86% from 255) = 20.97%
R=45.43%
G=33.60%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691257800.260.540.3430.9936.8448.43
HexA97D4E01A36221f2530
Octal2511751160326642374560
Binary101010011111101100111001101011011010001011111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D4E; }

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

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

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

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

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

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

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

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