#A97F44

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

Shades of Muddy Waters #A97F44

Tints of Muddy Waters #A97F44

Color information

#A97F44 (or 0xA97F44) is unknown color: approx Muddy Waters. HEX triplet: A9, 7F and 44. RGB value is (169,127,68). Sum of RGB (Red+Green+Blue) = 169+127+68=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97F44 is #5680BB. Grayscale: #858585. Windows color (decimal): -5669052 or 4489129. OLE color: 4489129.

HSL color Cylindrical-coordinate representation of color #A97F44: hue angle of 35.05º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A97F44 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16912768-
CMYK00.250.600.34
HSL35.05º42.62%46.47%-
HSV(B)35.05º59.76%66.27%-
XYZ24.9924.038.79-
YUV132.8391.41153.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 68 (26.95% from 255) = 18.68%
R=46.43%
G=34.89%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691276800.250.600.3435.0542.6246.47
HexA97F440193C22232b2e
Octal2511771040317442435356
Binary1010100111111111000100011001111100100010100011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97F44; }

 p { color: rgb(169,127,68); }

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

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

 a { background-color: rgb(169,127,68); }

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

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

 span { border-color: rgb(169,127,68); }

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