#A7864B

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

Shades of Muddy Waters #A7864B

Tints of Muddy Waters #A7864B

Color information

#A7864B (or 0xA7864B) is unknown color: approx Muddy Waters. HEX triplet: A7, 86 and 4B. RGB value is (167,134,75). Sum of RGB (Red+Green+Blue) = 167+134+75=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A7864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7864B is #5879B4. Grayscale: #898989. Windows color (decimal): -5798325 or 4949671. OLE color: 4949671.

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

Color convert

RGB16713475-
CMYK00.200.550.35
HSL38.48º38.02%47.45%-
HSV(B)38.48º55.09%65.49%-
XYZ25.7325.7710.28-
YUV137.1492.93149.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.41%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 75 (29.69% from 255) = 19.95%
R=44.41%
G=35.64%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671347500.200.550.3538.4838.0247.45
HexA7864B014372326262f
Octal2472061130246743464657
Binary10100111100001101001011010100110111100011100110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7864B; }

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

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

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

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

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

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

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

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