Html Css Color HEX #A1824A Muddy Waters

📋 copy color: '#A1824A'

red 161 ◦ green 130 ◦ blue 74

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

Shades of Muddy Waters #A1824A

Tints of Muddy Waters #A1824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.62%

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

R = 44.11%
G = 35.62%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A1824A (or 0xA1824A) is known color: Muddy Waters. HEX triplet: A1, 82 and 4A. RGB value is (161,130,74). Sum of RGB (Red+Green+Blue) = 161+130+74=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A1824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1824A is #5E7DB5. Grayscale: #858585. Windows color (decimal): -6192566 or 4883105. OLE color: 4883105.

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

Color convert

RGB 161 130 74 -
CMYK 0 0.19 0.54 0.37
HSL 38.62º 0.37% 0.46% -
HSV(B) 38.62º 0.54% 0.63% -
XYZ 23.92 24.04 9.86 -
YUV 132.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 161 130 74 0 0.19 0.54 0.37 38.62 0.37 0.46
Hex A1 82 4A 0 13 36 25 27 25 2E
Octal 241 202 112 0 23 66 45 47 45 56
Binary 10100001 10000010 1001010 0 10011 110110 100101 100111 100101 101110

Color Harmonies of #A1824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1824A

Black with #A1824A

Text Example


Text Example

White with #A1824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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