#A67A45

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

Shades of Muddy Waters #A67A45

Tints of Muddy Waters #A67A45

Color information

#A67A45 (or 0xA67A45) is unknown color: approx Muddy Waters. HEX triplet: A6, 7A and 45. RGB value is (166,122,69). Sum of RGB (Red+Green+Blue) = 166+122+69=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67A45 is #5985BA. Grayscale: #818181. Windows color (decimal): -5866939 or 4553382. OLE color: 4553382.

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

Color convert

RGB16612269-
CMYK00.270.580.35
HSL32.78º41.28%46.08%-
HSV(B)32.78º58.43%65.1%-
XYZ23.7622.468.71-
YUV129.1194.08154.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 69 (27.34% from 255) = 19.33%
R=46.50%
G=34.17%
B=19.33%

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
Decimal1661226900.270.580.3532.7841.2846.08
HexA67A4501B3A2321292e
Octal2461721050337243415156
Binary1010011011110101000101011011111010100011100001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A45; }

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

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

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

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

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

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

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

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