Html Css Color HEX #A1834B Muddy Waters

📋 copy color: '#A1834B'

red 161 ◦ green 131 ◦ blue 75

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

Shades of Muddy Waters #A1834B

Tints of Muddy Waters #A1834B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.69%

 BLUE value IS 75 (29.69% from 255) = 20.44%

R = 43.87%
G = 35.69%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1834B (or 0xA1834B) is known color: Muddy Waters. HEX triplet: A1, 83 and 4B. RGB value is (161,131,75). Sum of RGB (Red+Green+Blue) = 161+131+75=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1834B is #5E7CB4. Grayscale: #858585. Windows color (decimal): -6192309 or 4948897. OLE color: 4948897.

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

Color convert

RGB 161 131 75 -
CMYK 0 0.19 0.53 0.37
HSL 39.07º 0.36% 0.46% -
HSV(B) 39.07º 0.53% 0.63% -
XYZ 24.08 24.32 10.08 -
YUV 133.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 161 131 75 0 0.19 0.53 0.37 39.07 0.36 0.46
Hex A1 83 4B 0 13 35 25 27 24 2E
Octal 241 203 113 0 23 65 45 47 44 56
Binary 10100001 10000011 1001011 0 10011 110101 100101 100111 100100 101110

Color Harmonies of #A1834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1834B

Black with #A1834B

Text Example


Text Example

White with #A1834B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1834B; }

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

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

background-color css

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

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

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

border-color css

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

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

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