#A7864E

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

Shades of Muddy Waters #A7864E

Tints of Muddy Waters #A7864E

Color information

#A7864E (or 0xA7864E) is unknown color: approx Muddy Waters. HEX triplet: A7, 86 and 4E. RGB value is (167,134,78). Sum of RGB (Red+Green+Blue) = 167+134+78=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A7864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7864E is #5879B1. Grayscale: #898989. Windows color (decimal): -5798322 or 5146279. OLE color: 5146279.

HSL color Cylindrical-coordinate representation of color #A7864E: hue angle of 37.75º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7864E is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16713478-
CMYK00.200.530.35
HSL37.75º36.33%48.04%-
HSV(B)37.75º53.29%65.49%-
XYZ25.8425.8210.83-
YUV137.4894.43149.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=44.06%
G=35.36%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671347800.200.530.3537.7536.3348.04
HexA7864E0143523262430
Octal2472061160246543464460
Binary10100111100001101001110010100110101100011100110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7864E; }

 p { color: rgb(167,134,78); }

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

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

 a { background-color: rgb(167,134,78); }

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

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

 span { border-color: rgb(167,134,78); }

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