#a87c3f

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

Shades of Muddy Waters #A87C3F

Tints of Muddy Waters #A87C3F

Color information

#A87C3F (or 0xA87C3F) is unknown color: approx Muddy Waters. HEX triplet: A8, 7C and 3F. RGB value is (168,124,63). Sum of RGB (Red+Green+Blue) = 168+124+63=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87C3F is #5783C0. Grayscale: #828282. Windows color (decimal): -5735361 or 4160680. OLE color: 4160680.

HSL color Cylindrical-coordinate representation of color #A87C3F: hue angle of 34.86º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A87C3F is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB16812463-
CMYK00.260.630.34
HSL34.86º45.45%45.29%-
HSV(B)34.86º62.5%65.88%-
XYZ24.2523.17.88-
YUV130.290.08154.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.32%
GREEN value IS 124 (48.83% from 255) = 34.93%
BLUE value IS 63 (25% from 255) = 17.75%
R=47.32%
G=34.93%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681246300.260.630.3434.8645.4545.29
HexA87C3F01A3F22232d2d
Octal250174770327742435555
Binary101010001111100111111011010111111100010100011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a87c3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a87c3f; }

 p { color: rgb(168,124,63); }

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

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

 a { background-color: rgb(168,124,63); }

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

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

 span { border-color: rgb(168,124,63); }

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