#A97C4C

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

Shades of Muddy Waters #A97C4C

Tints of Muddy Waters #A97C4C

Color information

#A97C4C (or 0xA97C4C) is unknown color: approx Muddy Waters. HEX triplet: A9, 7C and 4C. RGB value is (169,124,76). Sum of RGB (Red+Green+Blue) = 169+124+76=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97C4C is #5683B3. Grayscale: #848484. Windows color (decimal): -5669812 or 5012649. OLE color: 5012649.

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

Color convert

RGB16912476-
CMYK00.270.550.34
HSL30.97º37.96%48.04%-
HSV(B)30.97º55.03%66.27%-
XYZ24.8723.3710.04-
YUV131.9896.41154.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 76 (30.08% from 255) = 20.60%
R=45.80%
G=33.60%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691247600.270.550.3430.9737.9648.04
HexA97C4C01B37221f2630
Octal2511741140336742374660
Binary101010011111100100110001101111011110001011111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97C4C; }

 p { color: rgb(169,124,76); }

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

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

 a { background-color: rgb(169,124,76); }

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

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

 span { border-color: rgb(169,124,76); }

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