#A4884E

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

Shades of Muddy Waters #A4884E

Tints of Muddy Waters #A4884E

Color information

#A4884E (or 0xA4884E) is unknown color: approx Muddy Waters. HEX triplet: A4, 88 and 4E. RGB value is (164,136,78). Sum of RGB (Red+Green+Blue) = 164+136+78=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A4884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4884E is #5B77B1. Grayscale: #8A8A8A. Windows color (decimal): -5994418 or 5146788. OLE color: 5146788.

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

Color convert

RGB16413678-
CMYK00.170.520.36
HSL40.47º35.54%47.45%-
HSV(B)40.47º52.44%64.31%-
XYZ25.4926.0510.89-
YUV137.7694.28146.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.39%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=43.39%
G=35.98%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641367800.170.520.3640.4735.5447.45
HexA4884E011342428242f
Octal2442101160216444504457
Binary10100100100010001001110010001110100100100101000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4884E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4884E; }

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

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

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

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

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

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

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

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