#A6854E

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

Shades of Muddy Waters #A6854E

Tints of Muddy Waters #A6854E

Color information

#A6854E (or 0xA6854E) is unknown color: approx Muddy Waters. HEX triplet: A6, 85 and 4E. RGB value is (166,133,78). Sum of RGB (Red+Green+Blue) = 166+133+78=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6854E is #597AB1. Grayscale: #888888. Windows color (decimal): -5864114 or 5146022. OLE color: 5146022.

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

Color convert

RGB16613378-
CMYK00.200.530.35
HSL37.5º36.07%47.84%-
HSV(B)37.5º53.01%65.1%-
XYZ25.4925.4310.77-
YUV136.694.93148.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=44.03%
G=35.28%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661337800.200.530.3537.536.0747.84
HexA6854E0143523262430
Octal2462051160246543464460
Binary10100110100001011001110010100110101100011100110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6854E; }

 p { color: rgb(166,133,78); }

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

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

 a { background-color: rgb(166,133,78); }

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

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

 span { border-color: rgb(166,133,78); }

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