#A5804A

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

Shades of Muddy Waters #A5804A

Tints of Muddy Waters #A5804A

Color information

#A5804A (or 0xA5804A) is unknown color: approx Muddy Waters. HEX triplet: A5, 80 and 4A. RGB value is (165,128,74). Sum of RGB (Red+Green+Blue) = 165+128+74=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A5804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5804A is #5A7FB5. Grayscale: #858585. Windows color (decimal): -5930934 or 4882597. OLE color: 4882597.

HSL color Cylindrical-coordinate representation of color #A5804A: hue angle of 35.6º 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 #A5804A is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16512874-
CMYK00.220.550.35
HSL35.6º38.08%46.86%-
HSV(B)35.6º55.15%64.71%-
XYZ24.4723.939.81-
YUV132.9194.76150.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=44.96%
G=34.88%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651287400.220.550.3535.638.0846.86
HexA5804A016372324262f
Octal2452001120266743444657
Binary10100101100000001001010010110110111100011100100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5804A; }

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

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

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

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

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

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

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

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