Html Css Color HEX #A18348 Muddy Waters

📋 copy color: '#A18348'

red 161 ◦ green 131 ◦ blue 72

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

Shades of Muddy Waters #A18348

Tints of Muddy Waters #A18348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.78%

R = 44.23%
G = 35.99%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A18348 (or 0xA18348) is known color: Muddy Waters. HEX triplet: A1, 83 and 48. RGB value is (161,131,72). Sum of RGB (Red+Green+Blue) = 161+131+72=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A18348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18348 is #5E7CB7. Grayscale: #858585. Windows color (decimal): -6192312 or 4752289. OLE color: 4752289.

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

Color convert

RGB 161 131 72 -
CMYK 0 0.19 0.55 0.37
HSL 39.78º 0.38% 0.46% -
HSV(B) 39.78º 0.55% 0.63% -
XYZ 23.98 24.28 9.55 -
YUV 133.24 93.44 147.8 -
System Red Green Blue C M Y K H S L
Decimal 161 131 72 0 0.19 0.55 0.37 39.78 0.38 0.46
Hex A1 83 48 0 13 37 25 28 26 2E
Octal 241 203 110 0 23 67 45 50 46 56
Binary 10100001 10000011 1001000 0 10011 110111 100101 101000 100110 101110

Color Harmonies of #A18348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18348

Black with #A18348

Text Example


Text Example

White with #A18348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18348; }

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

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

background-color css

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

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

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

border-color css

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

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

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