#A18648

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

Shades of Muddy Waters #A18648

Tints of Muddy Waters #A18648

Color information

#A18648 (or 0xA18648) is unknown color: approx Muddy Waters. HEX triplet: A1, 86 and 48. RGB value is (161,134,72). Sum of RGB (Red+Green+Blue) = 161+134+72=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A18648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18648 is #5E79B7. Grayscale: #878787. Windows color (decimal): -6191544 or 4753057. OLE color: 4753057.

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

Color convert

RGB16113472-
CMYK00.170.550.37
HSL41.8º38.2%45.69%-
HSV(B)41.8º55.28%63.14%-
XYZ24.3925.19.69-
YUV13592.45146.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=43.87%
G=36.51%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611347200.170.550.3741.838.245.69
HexA1864801137252a262e
Octal2412061100216745524656
Binary10100001100001101001000010001110111100101101010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18648; }

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

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

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

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

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

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

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

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