#A6894A

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

Shades of Muddy Waters #A6894A

Tints of Muddy Waters #A6894A

Color information

#A6894A (or 0xA6894A) is unknown color: approx Muddy Waters. HEX triplet: A6, 89 and 4A. RGB value is (166,137,74). Sum of RGB (Red+Green+Blue) = 166+137+74=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6894A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6894A is #5976B5. Grayscale: #8A8A8A. Windows color (decimal): -5863094 or 4884902. OLE color: 4884902.

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

Color convert

RGB16613774-
CMYK00.170.550.35
HSL41.09º38.33%47.06%-
HSV(B)41.09º55.42%65.1%-
XYZ25.9126.4910.23-
YUV138.4991.61147.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 74 (29.30% from 255) = 19.63%
R=44.03%
G=36.34%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661377400.170.550.3541.0938.3347.06
HexA6894A011372329262f
Octal2462111120216743514657
Binary10100110100010011001010010001110111100011101001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6894A; }

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

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

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

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

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

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

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

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