#AB8347

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

Shades of Muddy Waters #AB8347

Tints of Muddy Waters #AB8347

Color information

#AB8347 (or 0xAB8347) is unknown color: approx Muddy Waters. HEX triplet: AB, 83 and 47. RGB value is (171,131,71). Sum of RGB (Red+Green+Blue) = 171+131+71=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8347 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8347 is #547CB8. Grayscale: #888888. Windows color (decimal): -5536953 or 4686763. OLE color: 4686763.

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

Color convert

RGB17113171-
CMYK00.230.580.33
HSL36º41.32%47.45%-
HSV(B)36º58.48%67.06%-
XYZ26.0525.359.48-
YUV136.1291.25152.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 71 (28.12% from 255) = 19.03%
R=45.84%
G=35.12%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711317100.230.580.333641.3247.45
HexAB83470173A2124292f
Octal2532031070277241445157
Binary10101011100000111000111010111111010100001100100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8347; }

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

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

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

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

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

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

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

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