#A0884F

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

Shades of Muddy Waters #A0884F

Tints of Muddy Waters #A0884F

Color information

#A0884F (or 0xA0884F) is unknown color: approx Muddy Waters. HEX triplet: A0, 88 and 4F. RGB value is (160,136,79). Sum of RGB (Red+Green+Blue) = 160+136+79=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A0884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0884F is #5F77B0. Grayscale: #888888. Windows color (decimal): -6256561 or 5212320. OLE color: 5212320.

HSL color Cylindrical-coordinate representation of color #A0884F: hue angle of 42.22º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0884F is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB16013679-
CMYK00.150.510.37
HSL42.22º33.89%46.86%-
HSV(B)42.22º50.63%62.75%-
XYZ24.7125.6511.04-
YUV136.6895.45144.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 79 (31.25% from 255) = 21.07%
R=42.67%
G=36.27%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601367900.150.510.3742.2233.8946.86
HexA0884F0F33252a222f
Octal2402101170176345524257
Binary1010000010001000100111101111110011100101101010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0884F; }

 p { color: rgb(160,136,79); }

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

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

 a { background-color: rgb(160,136,79); }

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

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

 span { border-color: rgb(160,136,79); }

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