#A67A44

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

Shades of Muddy Waters #A67A44

Tints of Muddy Waters #A67A44

Color information

#A67A44 (or 0xA67A44) is unknown color: approx Muddy Waters. HEX triplet: A6, 7A and 44. RGB value is (166,122,68). Sum of RGB (Red+Green+Blue) = 166+122+68=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67A44 is #5985BB. Grayscale: #818181. Windows color (decimal): -5866940 or 4487846. OLE color: 4487846.

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

Color convert

RGB16612268-
CMYK00.270.590.35
HSL33.06º41.88%45.88%-
HSV(B)33.06º59.04%65.1%-
XYZ23.7322.448.55-
YUV12993.58154.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 122 (48.05% from 255) = 34.27%
BLUE value IS 68 (26.95% from 255) = 19.10%
R=46.63%
G=34.27%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661226800.270.590.3533.0641.8845.88
HexA67A4401B3B23212a2e
Octal2461721040337343415256
Binary1010011011110101000100011011111011100011100001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A44; }

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

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

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

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

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

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

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

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