#AB8349

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

Shades of Muddy Waters #AB8349

Tints of Muddy Waters #AB8349

Color information

#AB8349 (or 0xAB8349) is unknown color: approx Muddy Waters. HEX triplet: AB, 83 and 49. RGB value is (171,131,73). Sum of RGB (Red+Green+Blue) = 171+131+73=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8349 is #547CB6. Grayscale: #888888. Windows color (decimal): -5536951 or 4817835. OLE color: 4817835.

HSL color Cylindrical-coordinate representation of color #AB8349: hue angle of 35.51º 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 #AB8349 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB17113173-
CMYK00.230.570.33
HSL35.51º40.16%47.84%-
HSV(B)35.51º57.31%67.06%-
XYZ26.1125.379.82-
YUV136.3592.25152.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 73 (28.91% from 255) = 19.47%
R=45.6%
G=34.93%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711317300.230.570.3335.5140.1647.84
HexAB83490173921242830
Octal2532031110277141445060
Binary10101011100000111001001010111111001100001100100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8349; }

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

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

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

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

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

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

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

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