#A58052

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

Shades of Muddy Waters #A58052

Tints of Muddy Waters #A58052

Color information

#A58052 (or 0xA58052) is unknown color: approx Muddy Waters. HEX triplet: A5, 80 and 52. RGB value is (165,128,82). Sum of RGB (Red+Green+Blue) = 165+128+82=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A58052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58052 is #5A7FAD. Grayscale: #868686. Windows color (decimal): -5930926 or 5406885. OLE color: 5406885.

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

Color convert

RGB16512882-
CMYK00.220.500.35
HSL33.25º33.6%48.43%-
HSV(B)33.25º50.3%64.71%-
XYZ24.7624.0511.32-
YUV133.8298.76150.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=44%
G=34.13%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651288200.220.500.3533.2533.648.43
HexA580520163223212230
Octal2452001220266243414260
Binary10100101100000001010010010110110010100011100001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58052; }

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

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

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

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

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

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

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

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