#AB8646

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

Shades of Muddy Waters #AB8646

Tints of Muddy Waters #AB8646

Color information

#AB8646 (or 0xAB8646) is unknown color: approx Muddy Waters. HEX triplet: AB, 86 and 46. RGB value is (171,134,70). Sum of RGB (Red+Green+Blue) = 171+134+70=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8646 is #5479B9. Grayscale: #8A8A8A. Windows color (decimal): -5536186 or 4621995. OLE color: 4621995.

HSL color Cylindrical-coordinate representation of color #AB8646: hue angle of 38.02º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB8646 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB17113470-
CMYK00.220.590.33
HSL38.02º41.91%47.25%-
HSV(B)38.02º59.06%67.06%-
XYZ26.4326.159.45-
YUV137.7789.76151.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 70 (27.73% from 255) = 18.67%
R=45.6%
G=35.73%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711347000.220.590.3338.0241.9147.25
HexAB86460163B21262a2f
Octal2532061060267341465257
Binary10101011100001101000110010110111011100001100110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8646; }

 p { color: rgb(171,134,70); }

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

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

 a { background-color: rgb(171,134,70); }

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

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

 span { border-color: rgb(171,134,70); }

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