#A18249

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

Shades of Muddy Waters #A18249

Tints of Muddy Waters #A18249

Color information

#A18249 (or 0xA18249) is unknown color: approx Muddy Waters. HEX triplet: A1, 82 and 49. RGB value is (161,130,73). Sum of RGB (Red+Green+Blue) = 161+130+73=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A18249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18249 is #5E7DB6. Grayscale: #858585. Windows color (decimal): -6192567 or 4817569. OLE color: 4817569.

HSL color Cylindrical-coordinate representation of color #A18249: hue angle of 38.86º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A18249 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB16113073-
CMYK00.190.550.37
HSL38.86º37.61%45.88%-
HSV(B)38.86º54.66%63.14%-
XYZ23.8824.029.68-
YUV132.7794.27148.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.23%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 73 (28.91% from 255) = 20.05%
R=44.23%
G=35.71%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611307300.190.550.3738.8637.6145.88
HexA18249013372527262e
Octal2412021110236745474656
Binary10100001100000101001001010011110111100101100111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18249; }

 p { color: rgb(161,130,73); }

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

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

 a { background-color: rgb(161,130,73); }

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

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

 span { border-color: rgb(161,130,73); }

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