#A97A42

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

Shades of Muddy Waters #A97A42

Tints of Muddy Waters #A97A42

Color information

#A97A42 (or 0xA97A42) is unknown color: approx Muddy Waters. HEX triplet: A9, 7A and 42. RGB value is (169,122,66). Sum of RGB (Red+Green+Blue) = 169+122+66=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97A42 is #5685BD. Grayscale: #818181. Windows color (decimal): -5670334 or 4356777. OLE color: 4356777.

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

Color convert

RGB16912266-
CMYK00.280.610.34
HSL32.62º43.83%46.08%-
HSV(B)32.62º60.95%66.27%-
XYZ24.3122.758.26-
YUV129.6792.07156.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 66 (26.17% from 255) = 18.49%
R=47.34%
G=34.17%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691226600.280.610.3432.6243.8346.08
HexA97A4201C3D22212c2e
Octal2511721020347542415456
Binary1010100111110101000010011100111101100010100001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A42; }

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

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

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

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

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

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

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

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