#A87C4D

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

Shades of Muddy Waters #A87C4D

Tints of Muddy Waters #A87C4D

Color information

#A87C4D (or 0xA87C4D) is unknown color: approx Muddy Waters. HEX triplet: A8, 7C and 4D. RGB value is (168,124,77). Sum of RGB (Red+Green+Blue) = 168+124+77=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87C4D is #5783B2. Grayscale: #848484. Windows color (decimal): -5735347 or 5078184. OLE color: 5078184.

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

Color convert

RGB16812477-
CMYK00.260.540.34
HSL30.99º37.14%48.04%-
HSV(B)30.99º54.17%65.88%-
XYZ24.723.2810.21-
YUV131.897.08153.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 77 (30.47% from 255) = 20.87%
R=45.53%
G=33.60%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681247700.260.540.3430.9937.1448.04
HexA87C4D01A36221f2530
Octal2501741150326642374560
Binary101010001111100100110101101011011010001011111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87C4D; }

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

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

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

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

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

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

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

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