#A6844A

Color #A6844A Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #A6844A

Tints of Muddy Waters #A6844A

Color information

#A6844A (or 0xA6844A) is unknown color: approx Muddy Waters. HEX triplet: A6, 84 and 4A. RGB value is (166,132,74). Sum of RGB (Red+Green+Blue) = 166+132+74=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6844A is #597BB5. Grayscale: #878787. Windows color (decimal): -5864374 or 4883622. OLE color: 4883622.

HSL color Cylindrical-coordinate representation of color #A6844A: hue angle of 37.83º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6844A is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16613274-
CMYK00.200.550.35
HSL37.83º38.33%47.06%-
HSV(B)37.83º55.42%65.1%-
XYZ25.2125.110-
YUV135.5593.26149.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.62%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 74 (29.30% from 255) = 19.89%
R=44.62%
G=35.48%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661327400.200.550.3537.8338.3347.06
HexA6844A014372326262f
Octal2462041120246743464657
Binary10100110100001001001010010100110111100011100110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6844A; }

 p { color: rgb(166,132,74); }

 H1.HeaderClassName
 {
   color: #A6844A;
 }
 .AnyTagClassName
 {
   color: #A6844A;
 }
</style>
background-color css

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

 a { background-color: rgb(166,132,74); }

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

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

 span { border-color: rgb(166,132,74); }

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