#A67A46

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

Shades of Muddy Waters #A67A46

Tints of Muddy Waters #A67A46

Color information

#A67A46 (or 0xA67A46) is unknown color: approx Muddy Waters. HEX triplet: A6, 7A and 46. RGB value is (166,122,70). Sum of RGB (Red+Green+Blue) = 166+122+70=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67A46 is #5985B9. Grayscale: #818181. Windows color (decimal): -5866938 or 4618918. OLE color: 4618918.

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

Color convert

RGB16612270-
CMYK00.270.580.35
HSL32.5º40.68%46.27%-
HSV(B)32.5º57.83%65.1%-
XYZ23.7922.478.88-
YUV129.2394.58154.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 122 (48.05% from 255) = 34.08%
BLUE value IS 70 (27.73% from 255) = 19.55%
R=46.37%
G=34.08%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661227000.270.580.3532.540.6846.27
HexA67A4601B3A2320292e
Octal2461721060337243405156
Binary1010011011110101000110011011111010100011100000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A46; }

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

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

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

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

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

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

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

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