#A6884B

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

Shades of Muddy Waters #A6884B

Tints of Muddy Waters #A6884B

Color information

#A6884B (or 0xA6884B) is unknown color: approx Muddy Waters. HEX triplet: A6, 88 and 4B. RGB value is (166,136,75). Sum of RGB (Red+Green+Blue) = 166+136+75=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6884B is #5977B4. Grayscale: #8A8A8A. Windows color (decimal): -5863349 or 4950182. OLE color: 4950182.

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

Color convert

RGB16613675-
CMYK00.180.550.35
HSL40.22º37.76%47.25%-
HSV(B)40.22º54.82%65.1%-
XYZ25.826.2210.36-
YUV138.0292.44147.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=44.03%
G=36.07%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661367500.180.550.3540.2237.7647.25
HexA6884B012372328262f
Octal2462101130226743504657
Binary10100110100010001001011010010110111100011101000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6884B; }

 p { color: rgb(166,136,75); }

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

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

 a { background-color: rgb(166,136,75); }

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

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

 span { border-color: rgb(166,136,75); }

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