Html Css Color HEX #A1844A Muddy Waters

📋 copy color: '#A1844A'

red 161 ◦ green 132 ◦ blue 74

#A1844A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muddy Waters #A1844A

Tints of Muddy Waters #A1844A

RGB

 RED value IS 161 (63.28% from 255) = 43.87%

 GREEN value IS 132 (51.95% from 255) = 35.97%

 BLUE value IS 74 (29.3% from 255) = 20.16%

R = 43.87%
G = 35.97%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A1844A (or 0xA1844A) is known color: Muddy Waters. HEX triplet: A1, 84 and 4A. RGB value is (161,132,74). Sum of RGB (Red+Green+Blue) = 161+132+74=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1844A is #5E7BB5. Grayscale: #868686. Windows color (decimal): -6192054 or 4883617. OLE color: 4883617.

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

Color convert

RGB 161 132 74 -
CMYK 0 0.18 0.54 0.37
HSL 40º 0.37% 0.46% -
HSV(B) 40º 0.54% 0.63% -
XYZ 24.19 24.57 9.95 -
YUV 134.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 161 132 74 0 0.18 0.54 0.37 40 0.37 0.46
Hex A1 84 4A 0 12 36 25 28 25 2E
Octal 241 204 112 0 22 66 45 50 45 56
Binary 10100001 10000100 1001010 0 10010 110110 100101 101000 100101 101110

Color Harmonies of #A1844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1844A

Black with #A1844A

Text Example


Text Example

White with #A1844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1844A; }

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

 H1.HeaderClassName
 {
   color: #A1844A;
 }
 .AnyTagClassName
 {
   color: #A1844A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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