#A87F50

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

Shades of Muddy Waters #A87F50

Tints of Muddy Waters #A87F50

Color information

#A87F50 (or 0xA87F50) is unknown color: approx Muddy Waters. HEX triplet: A8, 7F and 50. RGB value is (168,127,80). Sum of RGB (Red+Green+Blue) = 168+127+80=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F50 is #5780AF. Grayscale: #868686. Windows color (decimal): -5734576 or 5275560. OLE color: 5275560.

HSL color Cylindrical-coordinate representation of color #A87F50: hue angle of 32.05º 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 #A87F50 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB16812780-
CMYK00.240.520.34
HSL32.05º35.48%48.63%-
HSV(B)32.05º52.38%65.88%-
XYZ25.1924.0810.91-
YUV133.997.58152.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 80 (31.64% from 255) = 21.33%
R=44.8%
G=33.87%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681278000.240.520.3432.0535.4848.63
HexA87F500183422202331
Octal2501771200306442404361
Binary1010100011111111010000011000110100100010100000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F50; }

 p { color: rgb(168,127,80); }

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

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

 a { background-color: rgb(168,127,80); }

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

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

 span { border-color: rgb(168,127,80); }

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