#a5884d

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

Shades of Muddy Waters #A5884D

Tints of Muddy Waters #A5884D

Color information

#A5884D (or 0xA5884D) is unknown color: approx Muddy Waters. HEX triplet: A5, 88 and 4D. RGB value is (165,136,77). Sum of RGB (Red+Green+Blue) = 165+136+77=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A5884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5884D is #5A77B2. Grayscale: #8A8A8A. Windows color (decimal): -5928883 or 5081253. OLE color: 5081253.

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

Color convert

RGB16513677-
CMYK00.180.530.35
HSL40.23º36.36%47.45%-
HSV(B)40.23º53.33%64.71%-
XYZ25.6626.1410.71-
YUV137.9493.61147.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 77 (30.47% from 255) = 20.37%
R=43.65%
G=35.98%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651367700.180.530.3540.2336.3647.45
HexA5884D012352328242f
Octal2452101150226543504457
Binary10100101100010001001101010010110101100011101000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5884d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5884d; }

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

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

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

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

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

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

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

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