#A4884A

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

Shades of Muddy Waters #A4884A

Tints of Muddy Waters #A4884A

Color information

#A4884A (or 0xA4884A) is unknown color: approx Muddy Waters. HEX triplet: A4, 88 and 4A. RGB value is (164,136,74). Sum of RGB (Red+Green+Blue) = 164+136+74=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A4884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4884A is #5B77B5. Grayscale: #898989. Windows color (decimal): -5994422 or 4884644. OLE color: 4884644.

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

Color convert

RGB16413674-
CMYK00.170.550.36
HSL41.33º37.82%46.67%-
HSV(B)41.33º54.88%64.31%-
XYZ25.352610.16-
YUV137.392.28147.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 74 (29.30% from 255) = 19.79%
R=43.85%
G=36.36%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641367400.170.550.3641.3337.8246.67
HexA4884A011372429262f
Octal2442101120216744514657
Binary10100100100010001001010010001110111100100101001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4884A; }

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

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

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

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

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

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

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

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