#A87F4E

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

Shades of Muddy Waters #A87F4E

Tints of Muddy Waters #A87F4E

Color information

#A87F4E (or 0xA87F4E) is unknown color: approx Muddy Waters. HEX triplet: A8, 7F and 4E. RGB value is (168,127,78). Sum of RGB (Red+Green+Blue) = 168+127+78=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F4E is #5780B1. Grayscale: #858585. Windows color (decimal): -5734578 or 5144488. OLE color: 5144488.

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

Color convert

RGB16812778-
CMYK00.240.540.34
HSL32.67º36.59%48.24%-
HSV(B)32.67º53.57%65.88%-
XYZ25.1124.0510.53-
YUV133.6796.58152.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.04%
GREEN value IS 127 (50% from 255) = 34.05%
BLUE value IS 78 (30.86% from 255) = 20.91%
R=45.04%
G=34.05%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681277800.240.540.3432.6736.5948.24
HexA87F4E0183622212530
Octal2501771160306642414560
Binary1010100011111111001110011000110110100010100001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F4E; }

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

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

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

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

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

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

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

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