Html Css Color HEX #A18547 Muddy Waters

📋 copy color: '#A18547'

red 161 ◦ green 133 ◦ blue 71

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

Shades of Muddy Waters #A18547

Tints of Muddy Waters #A18547

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.44%

 BLUE value IS 71 (28.13% from 255) = 19.45%

R = 44.11%
G = 36.44%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A18547 (or 0xA18547) is known color: Muddy Waters. HEX triplet: A1, 85 and 47. RGB value is (161,133,71). Sum of RGB (Red+Green+Blue) = 161+133+71=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A18547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18547 is #5E7AB8. Grayscale: #868686. Windows color (decimal): -6191801 or 4687265. OLE color: 4687265.

HSL color Cylindrical-coordinate representation of color #A18547: hue angle of 41.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A18547 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 133 71 -
CMYK 0 0.17 0.56 0.37
HSL 41.33º 0.39% 0.45% -
HSV(B) 41.33º 0.56% 0.63% -
XYZ 24.22 24.81 9.47 -
YUV 134.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 161 133 71 0 0.17 0.56 0.37 41.33 0.39 0.45
Hex A1 85 47 0 11 38 25 29 27 2D
Octal 241 205 107 0 21 70 45 51 47 55
Binary 10100001 10000101 1000111 0 10001 111000 100101 101001 100111 101101

Color Harmonies of #A18547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18547

Black with #A18547

Text Example


Text Example

White with #A18547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18547; }

 p { color: rgb(161,133,71); }

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

background-color css

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

 a { background-color: rgb(161,133,71); }

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

border-color css

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

 span { border-color: rgb(161,133,71); }

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