#AB7F56

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

Shades of Muddy Waters #AB7F56

Tints of Muddy Waters #AB7F56

Color information

#AB7F56 (or 0xAB7F56) is unknown color: approx Muddy Waters. HEX triplet: AB, 7F and 56. RGB value is (171,127,86). Sum of RGB (Red+Green+Blue) = 171+127+86=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F56 is #5480A9. Grayscale: #878787. Windows color (decimal): -5537962 or 5668779. OLE color: 5668779.

HSL color Cylindrical-coordinate representation of color #AB7F56: hue angle of 28.94º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB7F56 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB17112786-
CMYK00.260.500.33
HSL28.94º33.6%50.39%-
HSV(B)28.94º49.71%67.06%-
XYZ26.0624.5112.16-
YUV135.48100.08153.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 86 (33.98% from 255) = 22.40%
R=44.53%
G=33.07%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711278600.260.500.3328.9433.650.39
HexAB7F5601A32211d2232
Octal2531771260326241354262
Binary101010111111111101011001101011001010000111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7F56; }

 p { color: rgb(171,127,86); }

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

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

 a { background-color: rgb(171,127,86); }

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

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

 span { border-color: rgb(171,127,86); }

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