#A87C40

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

Shades of Muddy Waters #A87C40

Tints of Muddy Waters #A87C40

Color information

#A87C40 (or 0xA87C40) is unknown color: approx Muddy Waters. HEX triplet: A8, 7C and 40. RGB value is (168,124,64). Sum of RGB (Red+Green+Blue) = 168+124+64=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87C40 is #5783BF. Grayscale: #828282. Windows color (decimal): -5735360 or 4226216. OLE color: 4226216.

HSL color Cylindrical-coordinate representation of color #A87C40: hue angle of 34.62º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A87C40 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB16812464-
CMYK00.260.620.34
HSL34.62º44.83%45.49%-
HSV(B)34.62º61.9%65.88%-
XYZ24.2823.118.03-
YUV130.3290.58154.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.19%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 64 (25.39% from 255) = 17.98%
R=47.19%
G=34.83%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681246400.260.620.3434.6244.8345.49
HexA87C4001A3E22232d2d
Octal2501741000327642435555
Binary1010100011111001000000011010111110100010100011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87C40; }

 p { color: rgb(168,124,64); }

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

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

 a { background-color: rgb(168,124,64); }

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

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

 span { border-color: rgb(168,124,64); }

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