#A0854E

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

Shades of Muddy Waters #A0854E

Tints of Muddy Waters #A0854E

Color information

#A0854E (or 0xA0854E) is unknown color: approx Muddy Waters. HEX triplet: A0, 85 and 4E. RGB value is (160,133,78). Sum of RGB (Red+Green+Blue) = 160+133+78=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0854E is #5F7AB1. Grayscale: #878787. Windows color (decimal): -6257330 or 5146016. OLE color: 5146016.

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

Color convert

RGB16013378-
CMYK00.170.510.37
HSL40.24º34.45%46.67%-
HSV(B)40.24º51.25%62.75%-
XYZ24.2624.810.72-
YUV134.895.95145.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 78 (30.86% from 255) = 21.02%
R=43.13%
G=35.85%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601337800.170.510.3740.2434.4546.67
HexA0854E011332528222f
Octal2402051160216345504257
Binary10100000100001011001110010001110011100101101000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0854E; }

 p { color: rgb(160,133,78); }

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

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

 a { background-color: rgb(160,133,78); }

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

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

 span { border-color: rgb(160,133,78); }

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