#A6874A

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

Shades of Muddy Waters #A6874A

Tints of Muddy Waters #A6874A

Color information

#A6874A (or 0xA6874A) is unknown color: approx Muddy Waters. HEX triplet: A6, 87 and 4A. RGB value is (166,135,74). Sum of RGB (Red+Green+Blue) = 166+135+74=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6874A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6874A is #5978B5. Grayscale: #898989. Windows color (decimal): -5863606 or 4884390. OLE color: 4884390.

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

Color convert

RGB16613574-
CMYK00.190.550.35
HSL39.78º38.33%47.06%-
HSV(B)39.78º55.42%65.1%-
XYZ25.6325.9310.13-
YUV137.3292.27148.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 74 (29.30% from 255) = 19.73%
R=44.27%
G=36%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661357400.190.550.3539.7838.3347.06
HexA6874A013372328262f
Octal2462071120236743504657
Binary10100110100001111001010010011110111100011101000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6874A; }

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

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

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

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

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

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

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

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