#A5844F

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

Shades of Muddy Waters #A5844F

Tints of Muddy Waters #A5844F

Color information

#A5844F (or 0xA5844F) is unknown color: approx Muddy Waters. HEX triplet: A5, 84 and 4F. RGB value is (165,132,79). Sum of RGB (Red+Green+Blue) = 165+132+79=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5844F is #5A7BB0. Grayscale: #888888. Windows color (decimal): -5929905 or 5211301. OLE color: 5211301.

HSL color Cylindrical-coordinate representation of color #A5844F: hue angle of 36.98º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5844F is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB16513279-
CMYK00.200.520.35
HSL36.98º35.25%47.84%-
HSV(B)36.98º52.12%64.71%-
XYZ25.1825.0710.91-
YUV135.8295.93148.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.88%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 79 (31.25% from 255) = 21.01%
R=43.88%
G=35.11%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651327900.200.520.3536.9835.2547.84
HexA5844F0143423252330
Octal2452041170246443454360
Binary10100101100001001001111010100110100100011100101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5844F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5844F; }

 p { color: rgb(165,132,79); }

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

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

 a { background-color: rgb(165,132,79); }

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

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

 span { border-color: rgb(165,132,79); }

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