#A67A47

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

Shades of Muddy Waters #A67A47

Tints of Muddy Waters #A67A47

Color information

#A67A47 (or 0xA67A47) is unknown color: approx Muddy Waters. HEX triplet: A6, 7A and 47. RGB value is (166,122,71). Sum of RGB (Red+Green+Blue) = 166+122+71=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67A47 is #5985B8. Grayscale: #818181. Windows color (decimal): -5866937 or 4684454. OLE color: 4684454.

HSL color Cylindrical-coordinate representation of color #A67A47: hue angle of 32.21º 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 #A67A47 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB16612271-
CMYK00.270.570.35
HSL32.21º40.08%46.47%-
HSV(B)32.21º57.23%65.1%-
XYZ23.8222.489.04-
YUV129.3495.08154.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 71 (28.12% from 255) = 19.78%
R=46.24%
G=33.98%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661227100.270.570.3532.2140.0846.47
HexA67A4701B392320282e
Octal2461721070337143405056
Binary1010011011110101000111011011111001100011100000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A47; }

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

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

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

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

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

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

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

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