#A87F46

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

Shades of Muddy Waters #A87F46

Tints of Muddy Waters #A87F46

Color information

#A87F46 (or 0xA87F46) is unknown color: approx Muddy Waters. HEX triplet: A8, 7F and 46. RGB value is (168,127,70). Sum of RGB (Red+Green+Blue) = 168+127+70=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87F46 is #5780B9. Grayscale: #858585. Windows color (decimal): -5734586 or 4620200. OLE color: 4620200.

HSL color Cylindrical-coordinate representation of color #A87F46: hue angle of 34.9º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A87F46 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB16812770-
CMYK00.240.580.34
HSL34.9º41.18%46.67%-
HSV(B)34.9º58.33%65.88%-
XYZ24.8423.959.11-
YUV132.7692.58153.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 70 (27.73% from 255) = 19.18%
R=46.03%
G=34.79%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681277000.240.580.3434.941.1846.67
HexA87F460183A2223292f
Octal2501771060307242435157
Binary1010100011111111000110011000111010100010100011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F46; }

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

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

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

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

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

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

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

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