#A67845

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

Shades of Muddy Waters #A67845

Tints of Muddy Waters #A67845

Color information

#A67845 (or 0xA67845) is unknown color: approx Muddy Waters. HEX triplet: A6, 78 and 45. RGB value is (166,120,69). Sum of RGB (Red+Green+Blue) = 166+120+69=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A67845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67845 is #5987BA. Grayscale: #808080. Windows color (decimal): -5867451 or 4552870. OLE color: 4552870.

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

Color convert

RGB16612069-
CMYK00.280.580.35
HSL31.55º41.28%46.08%-
HSV(B)31.55º58.43%65.1%-
XYZ23.5221.978.63-
YUV127.9494.74155.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 120 (47.27% from 255) = 33.80%
BLUE value IS 69 (27.34% from 255) = 19.44%
R=46.76%
G=33.80%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661206900.280.580.3531.5541.2846.08
HexA6784501C3A2320292e
Octal2461701050347243405156
Binary1010011011110001000101011100111010100011100000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67845; }

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

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

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

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

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

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

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

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