#A5894A

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

Shades of Muddy Waters #A5894A

Tints of Muddy Waters #A5894A

Color information

#A5894A (or 0xA5894A) is unknown color: approx Muddy Waters. HEX triplet: A5, 89 and 4A. RGB value is (165,137,74). Sum of RGB (Red+Green+Blue) = 165+137+74=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5894A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5894A is #5A76B5. Grayscale: #8A8A8A. Windows color (decimal): -5928630 or 4884901. OLE color: 4884901.

HSL color Cylindrical-coordinate representation of color #A5894A: hue angle of 41.54º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5894A is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16513774-
CMYK00.170.550.35
HSL41.54º38.08%46.86%-
HSV(B)41.54º55.15%64.71%-
XYZ25.726.3910.22-
YUV138.1991.78147.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.88%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 74 (29.30% from 255) = 19.68%
R=43.88%
G=36.44%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651377400.170.550.3541.5438.0846.86
HexA5894A01137232a262f
Octal2452111120216743524657
Binary10100101100010011001010010001110111100011101010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5894A; }

 p { color: rgb(165,137,74); }

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

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

 a { background-color: rgb(165,137,74); }

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

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

 span { border-color: rgb(165,137,74); }

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