#AB7F4F

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

Shades of Muddy Waters #AB7F4F

Tints of Muddy Waters #AB7F4F

Color information

#AB7F4F (or 0xAB7F4F) is unknown color: approx Muddy Waters. HEX triplet: AB, 7F and 4F. RGB value is (171,127,79). Sum of RGB (Red+Green+Blue) = 171+127+79=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F4F is #5480B0. Grayscale: #868686. Windows color (decimal): -5537969 or 5210027. OLE color: 5210027.

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

Color convert

RGB17112779-
CMYK00.260.540.33
HSL31.3º36.8%49.02%-
HSV(B)31.3º53.8%67.06%-
XYZ25.824.410.75-
YUV134.6896.58153.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 79 (31.25% from 255) = 20.95%
R=45.36%
G=33.69%
B=20.95%

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
Decimal1711277900.260.540.3331.336.849.02
HexAB7F4F01A36211f2531
Octal2531771170326641374561
Binary101010111111111100111101101011011010000111111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7F4F; }

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

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

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

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

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

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

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

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