#A97A49

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

Shades of Muddy Waters #A97A49

Tints of Muddy Waters #A97A49

Color information

#A97A49 (or 0xA97A49) is unknown color: approx Muddy Waters. HEX triplet: A9, 7A and 49. RGB value is (169,122,73). Sum of RGB (Red+Green+Blue) = 169+122+73=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97A49 is #5685B6. Grayscale: #828282. Windows color (decimal): -5670327 or 4815529. OLE color: 4815529.

HSL color Cylindrical-coordinate representation of color #A97A49: hue angle of 30.62º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A97A49 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB16912273-
CMYK00.280.570.34
HSL30.62º39.67%47.45%-
HSV(B)30.62º56.8%66.27%-
XYZ24.5222.849.42-
YUV130.4795.57155.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 122 (48.05% from 255) = 33.52%
BLUE value IS 73 (28.91% from 255) = 20.05%
R=46.43%
G=33.52%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691227300.280.570.3430.6239.6747.45
HexA97A4901C39221f282f
Octal2511721110347142375057
Binary101010011111010100100101110011100110001011111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A49; }

 p { color: rgb(169,122,73); }

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

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

 a { background-color: rgb(169,122,73); }

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

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

 span { border-color: rgb(169,122,73); }

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