#A87C51

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

Shades of Muddy Waters #A87C51

Tints of Muddy Waters #A87C51

Color information

#A87C51 (or 0xA87C51) is unknown color: approx Muddy Waters. HEX triplet: A8, 7C and 51. RGB value is (168,124,81). Sum of RGB (Red+Green+Blue) = 168+124+81=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87C51 is #5783AE. Grayscale: #848484. Windows color (decimal): -5735343 or 5340328. OLE color: 5340328.

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

Color convert

RGB16812481-
CMYK00.260.520.34
HSL29.66º34.94%48.82%-
HSV(B)29.66º51.79%65.88%-
XYZ24.8423.3310.98-
YUV132.2599.08153.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.04%
GREEN value IS 124 (48.83% from 255) = 33.24%
BLUE value IS 81 (32.03% from 255) = 21.72%
R=45.04%
G=33.24%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681248100.260.520.3429.6634.9448.82
HexA87C5101A34221e2331
Octal2501741210326442364361
Binary101010001111100101000101101011010010001011110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87C51; }

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

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

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

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

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

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

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

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