#A87B4A

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

Shades of Muddy Waters #A87B4A

Tints of Muddy Waters #A87B4A

Color information

#A87B4A (or 0xA87B4A) is unknown color: approx Muddy Waters. HEX triplet: A8, 7B and 4A. RGB value is (168,123,74). Sum of RGB (Red+Green+Blue) = 168+123+74=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87B4A is #5784B5. Grayscale: #838383. Windows color (decimal): -5735606 or 4881320. OLE color: 4881320.

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

Color convert

RGB16812374-
CMYK00.270.560.34
HSL31.28º38.84%47.45%-
HSV(B)31.28º55.95%65.88%-
XYZ24.4722.999.63-
YUV130.8795.91154.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 123 (48.44% from 255) = 33.70%
BLUE value IS 74 (29.30% from 255) = 20.27%
R=46.03%
G=33.70%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681237400.270.560.3431.2838.8447.45
HexA87B4A01B38221f272f
Octal2501731120337042374757
Binary101010001111011100101001101111100010001011111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87B4A; }

 p { color: rgb(168,123,74); }

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

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

 a { background-color: rgb(168,123,74); }

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

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

 span { border-color: rgb(168,123,74); }

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