#A4864E

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

Shades of Muddy Waters #A4864E

Tints of Muddy Waters #A4864E

Color information

#A4864E (or 0xA4864E) is unknown color: approx Muddy Waters. HEX triplet: A4, 86 and 4E. RGB value is (164,134,78). Sum of RGB (Red+Green+Blue) = 164+134+78=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A4864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4864E is #5B79B1. Grayscale: #888888. Windows color (decimal): -5994930 or 5146276. OLE color: 5146276.

HSL color Cylindrical-coordinate representation of color #A4864E: hue angle of 39.07º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4864E is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB16413478-
CMYK00.180.520.36
HSL39.07º35.54%47.45%-
HSV(B)39.07º52.44%64.31%-
XYZ25.2125.4910.8-
YUV136.5994.94147.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.62%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 78 (30.86% from 255) = 20.74%
R=43.62%
G=35.64%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641347800.180.520.3639.0735.5447.45
HexA4864E012342427242f
Octal2442061160226444474457
Binary10100100100001101001110010010110100100100100111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4864E; }

 p { color: rgb(164,134,78); }

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

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

 a { background-color: rgb(164,134,78); }

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

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

 span { border-color: rgb(164,134,78); }

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