#A1864E

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

Shades of Muddy Waters #A1864E

Tints of Muddy Waters #A1864E

Color information

#A1864E (or 0xA1864E) is unknown color: approx Muddy Waters. HEX triplet: A1, 86 and 4E. RGB value is (161,134,78). Sum of RGB (Red+Green+Blue) = 161+134+78=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1864E is #5E79B1. Grayscale: #878787. Windows color (decimal): -6191538 or 5146273. OLE color: 5146273.

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

Color convert

RGB16113478-
CMYK00.170.520.37
HSL40.48º34.73%46.86%-
HSV(B)40.48º51.55%63.14%-
XYZ24.625.1810.77-
YUV135.6995.45146.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 78 (30.86% from 255) = 20.91%
R=43.16%
G=35.92%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611347800.170.520.3740.4834.7346.86
HexA1864E011342528232f
Octal2412061160216445504357
Binary10100001100001101001110010001110100100101101000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1864E; }

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

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

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

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

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

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

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

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