#A08549

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

Shades of Muddy Waters #A08549

Tints of Muddy Waters #A08549

Color information

#A08549 (or 0xA08549) is unknown color: approx Muddy Waters. HEX triplet: A0, 85 and 49. RGB value is (160,133,73). Sum of RGB (Red+Green+Blue) = 160+133+73=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A08549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08549 is #5F7AB6. Grayscale: #868686. Windows color (decimal): -6257335 or 4818336. OLE color: 4818336.

HSL color Cylindrical-coordinate representation of color #A08549: hue angle of 41.38º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A08549 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB16013373-
CMYK00.170.540.37
HSL41.38º37.34%45.69%-
HSV(B)41.38º54.37%62.75%-
XYZ24.0924.739.81-
YUV134.2393.45146.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 73 (28.91% from 255) = 19.95%
R=43.72%
G=36.34%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601337300.170.540.3741.3837.3445.69
HexA08549011362529252e
Octal2402051110216645514556
Binary10100000100001011001001010001110110100101101001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08549; }

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

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

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

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

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

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

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

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