#A5804E

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

Shades of Muddy Waters #A5804E

Tints of Muddy Waters #A5804E

Color information

#A5804E (or 0xA5804E) is unknown color: approx Muddy Waters. HEX triplet: A5, 80 and 4E. RGB value is (165,128,78). Sum of RGB (Red+Green+Blue) = 165+128+78=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5804E is #5A7FB1. Grayscale: #858585. Windows color (decimal): -5930930 or 5144741. OLE color: 5144741.

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

Color convert

RGB16512878-
CMYK00.220.530.35
HSL34.48º35.8%47.65%-
HSV(B)34.48º52.73%64.71%-
XYZ24.6123.9910.54-
YUV133.3696.76150.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 78 (30.86% from 255) = 21.02%
R=44.47%
G=34.50%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651287800.220.530.3534.4835.847.65
HexA5804E0163523222430
Octal2452001160266543424460
Binary10100101100000001001110010110110101100011100010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5804E; }

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

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

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

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

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

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

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

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