#A18248

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

Shades of Muddy Waters #A18248

Tints of Muddy Waters #A18248

Color information

#A18248 (or 0xA18248) is unknown color: approx Muddy Waters. HEX triplet: A1, 82 and 48. RGB value is (161,130,72). Sum of RGB (Red+Green+Blue) = 161+130+72=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A18248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18248 is #5E7DB7. Grayscale: #848484. Windows color (decimal): -6192568 or 4752033. OLE color: 4752033.

HSL color Cylindrical-coordinate representation of color #A18248: hue angle of 39.1º 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 #A18248 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB16113072-
CMYK00.190.550.37
HSL39.1º38.2%45.69%-
HSV(B)39.1º55.28%63.14%-
XYZ23.8524.019.51-
YUV132.6693.77148.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 72 (28.52% from 255) = 19.83%
R=44.35%
G=35.81%
B=19.83%

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
Decimal1611307200.190.550.3739.138.245.69
HexA18248013372527262e
Octal2412021100236745474656
Binary10100001100000101001000010011110111100101100111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18248; }

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

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

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

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

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

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

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

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