#A1874B

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

Shades of Muddy Waters #A1874B

Tints of Muddy Waters #A1874B

Color information

#A1874B (or 0xA1874B) is unknown color: approx Muddy Waters. HEX triplet: A1, 87 and 4B. RGB value is (161,135,75). Sum of RGB (Red+Green+Blue) = 161+135+75=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1874B is #5E78B4. Grayscale: #888888. Windows color (decimal): -6191285 or 4949921. OLE color: 4949921.

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

Color convert

RGB16113575-
CMYK00.160.530.37
HSL41.86º36.44%46.27%-
HSV(B)41.86º53.42%63.14%-
XYZ24.6325.4110.26-
YUV135.9393.61145.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 75 (29.69% from 255) = 20.22%
R=43.40%
G=36.39%
B=20.22%

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
Decimal1611357500.160.530.3741.8636.4446.27
HexA1874B01035252a242e
Octal2412071130206545524456
Binary10100001100001111001011010000110101100101101010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1874B; }

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

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

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

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

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

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

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

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