#A1864B

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

Shades of Muddy Waters #A1864B

Tints of Muddy Waters #A1864B

Color information

#A1864B (or 0xA1864B) is unknown color: approx Muddy Waters. HEX triplet: A1, 86 and 4B. RGB value is (161,134,75). Sum of RGB (Red+Green+Blue) = 161+134+75=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A1864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1864B is #5E79B4. Grayscale: #878787. Windows color (decimal): -6191541 or 4949665. OLE color: 4949665.

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

Color convert

RGB16113475-
CMYK00.170.530.37
HSL41.16º36.44%46.27%-
HSV(B)41.16º53.42%63.14%-
XYZ24.4925.1410.22-
YUV135.3593.95146.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.51%
GREEN value IS 134 (52.73% from 255) = 36.22%
BLUE value IS 75 (29.69% from 255) = 20.27%
R=43.51%
G=36.22%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611347500.170.530.3741.1636.4446.27
HexA1864B011352529242e
Octal2412061130216545514456
Binary10100001100001101001011010001110101100101101001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1864B; }

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

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

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

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

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

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

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

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