#A48554

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

Shades of Muddy Waters #A48554

Tints of Muddy Waters #A48554

Color information

#A48554 (or 0xA48554) is unknown color: approx Muddy Waters. HEX triplet: A4, 85 and 54. RGB value is (164,133,84). Sum of RGB (Red+Green+Blue) = 164+133+84=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A48554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48554 is #5B7AAB. Grayscale: #888888. Windows color (decimal): -5995180 or 5539236. OLE color: 5539236.

HSL color Cylindrical-coordinate representation of color #A48554: hue angle of 36.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A48554 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB16413384-
CMYK00.190.490.36
HSL36.75º32.26%48.63%-
HSV(B)36.75º48.78%64.31%-
XYZ25.325.3111.94-
YUV136.6898.27147.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 84 (33.20% from 255) = 22.05%
R=43.04%
G=34.91%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641338400.190.490.3636.7532.2648.63
HexA485540133124252031
Octal2442051240236144454061
Binary10100100100001011010100010011110001100100100101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48554; }

 p { color: rgb(164,133,84); }

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

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

 a { background-color: rgb(164,133,84); }

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

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

 span { border-color: rgb(164,133,84); }

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