#A6834A

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

Shades of Muddy Waters #A6834A

Tints of Muddy Waters #A6834A

Color information

#A6834A (or 0xA6834A) is unknown color: approx Muddy Waters. HEX triplet: A6, 83 and 4A. RGB value is (166,131,74). Sum of RGB (Red+Green+Blue) = 166+131+74=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6834A is #597CB5. Grayscale: #878787. Windows color (decimal): -5864630 or 4883366. OLE color: 4883366.

HSL color Cylindrical-coordinate representation of color #A6834A: hue angle of 37.17º 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 #A6834A is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16613174-
CMYK00.210.550.35
HSL37.17º38.33%47.06%-
HSV(B)37.17º55.42%65.1%-
XYZ25.0824.839.95-
YUV134.9793.6150.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 74 (29.30% from 255) = 19.95%
R=44.74%
G=35.31%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661317400.210.550.3537.1738.3347.06
HexA6834A015372325262f
Octal2462031120256743454657
Binary10100110100000111001010010101110111100011100101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6834A; }

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

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

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

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

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

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

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

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