#A67B46

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

Shades of Muddy Waters #A67B46

Tints of Muddy Waters #A67B46

Color information

#A67B46 (or 0xA67B46) is unknown color: approx Muddy Waters. HEX triplet: A6, 7B and 46. RGB value is (166,123,70). Sum of RGB (Red+Green+Blue) = 166+123+70=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67B46 is #5984B9. Grayscale: #828282. Windows color (decimal): -5866682 or 4619174. OLE color: 4619174.

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

Color convert

RGB16612370-
CMYK00.260.580.35
HSL33.12º40.68%46.27%-
HSV(B)33.12º57.83%65.1%-
XYZ23.9122.728.92-
YUV129.8294.25153.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 70 (27.73% from 255) = 19.50%
R=46.24%
G=34.26%
B=19.50%

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
Decimal1661237000.260.580.3533.1240.6846.27
HexA67B4601A3A2321292e
Octal2461731060327243415156
Binary1010011011110111000110011010111010100011100001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B46; }

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

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

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

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

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

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

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

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