#A1834A

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

Shades of Muddy Waters #A1834A

Tints of Muddy Waters #A1834A

Color information

#A1834A (or 0xA1834A) is unknown color: approx Muddy Waters. HEX triplet: A1, 83 and 4A. RGB value is (161,131,74). Sum of RGB (Red+Green+Blue) = 161+131+74=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A1834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1834A is #5E7CB5. Grayscale: #858585. Windows color (decimal): -6192310 or 4883361. OLE color: 4883361.

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

Color convert

RGB16113174-
CMYK00.190.540.37
HSL39.31º37.02%46.08%-
HSV(B)39.31º54.04%63.14%-
XYZ24.0524.39.9-
YUV133.4794.44147.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.99%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 74 (29.30% from 255) = 20.22%
R=43.99%
G=35.79%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611317400.190.540.3739.3137.0246.08
HexA1834A013362527252e
Octal2412031120236645474556
Binary10100001100000111001010010011110110100101100111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1834A; }

 p { color: rgb(161,131,74); }

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

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

 a { background-color: rgb(161,131,74); }

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

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

 span { border-color: rgb(161,131,74); }

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