#a1874c

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

Shades of Muddy Waters #A1874C

Tints of Muddy Waters #A1874C

Color information

#A1874C (or 0xA1874C) is unknown color: approx Muddy Waters. HEX triplet: A1, 87 and 4C. RGB value is (161,135,76). Sum of RGB (Red+Green+Blue) = 161+135+76=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1874C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1874C is #5E78B3. Grayscale: #888888. Windows color (decimal): -6191284 or 5015457. OLE color: 5015457.

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

Color convert

RGB16113576-
CMYK00.160.530.37
HSL41.65º35.86%46.47%-
HSV(B)41.65º52.8%63.14%-
XYZ24.6725.4310.45-
YUV136.0594.11145.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.28%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 76 (30.08% from 255) = 20.43%
R=43.28%
G=36.29%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611357600.160.530.3741.6535.8646.47
HexA1874C01035252a242e
Octal2412071140206545524456
Binary10100001100001111001100010000110101100101101010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1874c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1874c; }

 p { color: rgb(161,135,76); }

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

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

 a { background-color: rgb(161,135,76); }

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

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

 span { border-color: rgb(161,135,76); }

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