#AB8649

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

Shades of Muddy Waters #AB8649

Tints of Muddy Waters #AB8649

Color information

#AB8649 (or 0xAB8649) is unknown color: approx Muddy Waters. HEX triplet: AB, 86 and 49. RGB value is (171,134,73). Sum of RGB (Red+Green+Blue) = 171+134+73=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8649 is #5479B6. Grayscale: #8A8A8A. Windows color (decimal): -5536183 or 4818603. OLE color: 4818603.

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

Color convert

RGB17113473-
CMYK00.220.570.33
HSL37.35º40.16%47.84%-
HSV(B)37.35º57.31%67.06%-
XYZ26.5226.199.96-
YUV138.1191.26151.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 73 (28.91% from 255) = 19.31%
R=45.24%
G=35.45%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711347300.220.570.3337.3540.1647.84
HexAB86490163921252830
Octal2532061110267141455060
Binary10101011100001101001001010110111001100001100101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8649; }

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

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

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

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

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

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

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

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