#AB7F4E

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

Shades of Muddy Waters #AB7F4E

Tints of Muddy Waters #AB7F4E

Color information

#AB7F4E (or 0xAB7F4E) is unknown color: approx Muddy Waters. HEX triplet: AB, 7F and 4E. RGB value is (171,127,78). Sum of RGB (Red+Green+Blue) = 171+127+78=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F4E is #5480B1. Grayscale: #868686. Windows color (decimal): -5537970 or 5144491. OLE color: 5144491.

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

Color convert

RGB17112778-
CMYK00.260.540.33
HSL31.61º37.35%48.82%-
HSV(B)31.61º54.39%67.06%-
XYZ25.7624.3910.56-
YUV134.5796.08153.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 127 (50% from 255) = 33.78%
BLUE value IS 78 (30.86% from 255) = 20.74%
R=45.48%
G=33.78%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711277800.260.540.3331.6137.3548.82
HexAB7F4E01A3621202531
Octal2531771160326641404561
Binary1010101111111111001110011010110110100001100000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7F4E; }

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

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

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

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

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

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

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

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