Html Css Color HEX #A1824D Muddy Waters

📋 copy color: '#A1824D'

red 161 ◦ green 130 ◦ blue 77

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

Shades of Muddy Waters #A1824D

Tints of Muddy Waters #A1824D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.92%

R = 43.75%
G = 35.33%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A1824D (or 0xA1824D) is known color: Muddy Waters. HEX triplet: A1, 82 and 4D. RGB value is (161,130,77). Sum of RGB (Red+Green+Blue) = 161+130+77=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1824D is #5E7DB2. Grayscale: #858585. Windows color (decimal): -6192563 or 5079713. OLE color: 5079713.

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

Color convert

RGB 161 130 77 -
CMYK 0 0.19 0.52 0.37
HSL 37.86º 0.35% 0.47% -
HSV(B) 37.86º 0.52% 0.63% -
XYZ 24.02 24.08 10.4 -
YUV 133.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 161 130 77 0 0.19 0.52 0.37 37.86 0.35 0.47
Hex A1 82 4D 0 13 34 25 26 23 2F
Octal 241 202 115 0 23 64 45 46 43 57
Binary 10100001 10000010 1001101 0 10011 110100 100101 100110 100011 101111

Color Harmonies of #A1824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1824D

Black with #A1824D

Text Example


Text Example

White with #A1824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1824D; }

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

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

background-color css

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

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

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

border-color css

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

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

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