#A1864F

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

Shades of Muddy Waters #A1864F

Tints of Muddy Waters #A1864F

Color information

#A1864F (or 0xA1864F) is unknown color: approx Muddy Waters. HEX triplet: A1, 86 and 4F. RGB value is (161,134,79). Sum of RGB (Red+Green+Blue) = 161+134+79=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A1864F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1864F is #5E79B0. Grayscale: #888888. Windows color (decimal): -6191537 or 5211809. OLE color: 5211809.

HSL color Cylindrical-coordinate representation of color #A1864F: hue angle of 40.24º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1864F is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB16113479-
CMYK00.170.510.37
HSL40.24º34.17%47.06%-
HSV(B)40.24º50.93%63.14%-
XYZ24.6325.1910.96-
YUV135.895.95145.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.05%
GREEN value IS 134 (52.73% from 255) = 35.83%
BLUE value IS 79 (31.25% from 255) = 21.12%
R=43.05%
G=35.83%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611347900.170.510.3740.2434.1747.06
HexA1864F011332528222f
Octal2412061170216345504257
Binary10100001100001101001111010001110011100101101000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1864F; }

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

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

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

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

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

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

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

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