#A5884B

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

Shades of Muddy Waters #A5884B

Tints of Muddy Waters #A5884B

Color information

#A5884B (or 0xA5884B) is unknown color: approx Muddy Waters. HEX triplet: A5, 88 and 4B. RGB value is (165,136,75). Sum of RGB (Red+Green+Blue) = 165+136+75=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5884B is #5A77B4. Grayscale: #898989. Windows color (decimal): -5928885 or 4950181. OLE color: 4950181.

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

Color convert

RGB16513675-
CMYK00.180.550.35
HSL40.67º37.5%47.06%-
HSV(B)40.67º54.55%64.71%-
XYZ25.5926.1210.35-
YUV137.7292.61147.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.88%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 75 (29.69% from 255) = 19.95%
R=43.88%
G=36.17%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651367500.180.550.3540.6737.547.06
HexA5884B012372329262f
Octal2452101130226743514657
Binary10100101100010001001011010010110111100011101001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5884B; }

 p { color: rgb(165,136,75); }

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

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

 a { background-color: rgb(165,136,75); }

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

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

 span { border-color: rgb(165,136,75); }

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