#A97C42

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

Shades of Muddy Waters #A97C42

Tints of Muddy Waters #A97C42

Color information

#A97C42 (or 0xA97C42) is unknown color: approx Muddy Waters. HEX triplet: A9, 7C and 42. RGB value is (169,124,66). Sum of RGB (Red+Green+Blue) = 169+124+66=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97C42 is #5683BD. Grayscale: #838383. Windows color (decimal): -5669822 or 4357289. OLE color: 4357289.

HSL color Cylindrical-coordinate representation of color #A97C42: hue angle of 33.79º 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 #A97C42 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16912466-
CMYK00.270.610.34
HSL33.79º43.83%46.08%-
HSV(B)33.79º60.95%66.27%-
XYZ24.5523.248.35-
YUV130.8491.41155.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.08%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 66 (26.17% from 255) = 18.38%
R=47.08%
G=34.54%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691246600.270.610.3433.7943.8346.08
HexA97C4201B3D22222c2e
Octal2511741020337542425456
Binary1010100111111001000010011011111101100010100010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97C42; }

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

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

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

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

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

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

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

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