#A97845

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

Shades of Muddy Waters #A97845

Tints of Muddy Waters #A97845

Color information

#A97845 (or 0xA97845) is unknown color: approx Muddy Waters. HEX triplet: A9, 78 and 45. RGB value is (169,120,69). Sum of RGB (Red+Green+Blue) = 169+120+69=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A97845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97845 is #5687BA. Grayscale: #818181. Windows color (decimal): -5670843 or 4552873. OLE color: 4552873.

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

Color convert

RGB16912069-
CMYK00.290.590.34
HSL30.6º42.02%46.67%-
HSV(B)30.6º59.17%66.27%-
XYZ24.1522.38.66-
YUV128.8494.23156.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.21%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 69 (27.34% from 255) = 19.27%
R=47.21%
G=33.52%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691206900.290.590.3430.642.0246.67
HexA9784501D3B221f2a2f
Octal2511701050357342375257
Binary101010011111000100010101110111101110001011111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97845; }

 p { color: rgb(169,120,69); }

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

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

 a { background-color: rgb(169,120,69); }

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

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

 span { border-color: rgb(169,120,69); }

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