#A67B45

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

Shades of Muddy Waters #A67B45

Tints of Muddy Waters #A67B45

Color information

#A67B45 (or 0xA67B45) is unknown color: approx Muddy Waters. HEX triplet: A6, 7B and 45. RGB value is (166,123,69). Sum of RGB (Red+Green+Blue) = 166+123+69=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67B45 is #5984BA. Grayscale: #818181. Windows color (decimal): -5866683 or 4553638. OLE color: 4553638.

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

Color convert

RGB16612369-
CMYK00.260.580.35
HSL33.4º41.28%46.08%-
HSV(B)33.4º58.43%65.1%-
XYZ23.8822.78.75-
YUV129.793.75153.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 123 (48.44% from 255) = 34.36%
BLUE value IS 69 (27.34% from 255) = 19.27%
R=46.37%
G=34.36%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661236900.260.580.3533.441.2846.08
HexA67B4501A3A2321292e
Octal2461731050327243415156
Binary1010011011110111000101011010111010100011100001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B45; }

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

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

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

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

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

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

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

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