#A67F47

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

Shades of Muddy Waters #A67F47

Tints of Muddy Waters #A67F47

Color information

#A67F47 (or 0xA67F47) is unknown color: approx Muddy Waters. HEX triplet: A6, 7F and 47. RGB value is (166,127,71). Sum of RGB (Red+Green+Blue) = 166+127+71=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67F47 is #5980B8. Grayscale: #848484. Windows color (decimal): -5865657 or 4685734. OLE color: 4685734.

HSL color Cylindrical-coordinate representation of color #A67F47: hue angle of 35.37º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A67F47 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB16612771-
CMYK00.230.570.35
HSL35.37º40.08%46.47%-
HSV(B)35.37º57.23%65.1%-
XYZ24.4523.749.25-
YUV132.2893.42152.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 71 (28.12% from 255) = 19.51%
R=45.60%
G=34.89%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661277100.230.570.3535.3740.0846.47
HexA67F47017392323282e
Octal2461771070277143435056
Binary1010011011111111000111010111111001100011100011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F47; }

 p { color: rgb(166,127,71); }

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

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

 a { background-color: rgb(166,127,71); }

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

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

 span { border-color: rgb(166,127,71); }

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