#ab794f

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

Shades of Muddy Waters #AB794F

Tints of Muddy Waters #AB794F

Color information

#AB794F (or 0xAB794F) is unknown color: approx Muddy Waters. HEX triplet: AB, 79 and 4F. RGB value is (171,121,79). Sum of RGB (Red+Green+Blue) = 171+121+79=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB794F is #5486B0. Grayscale: #838383. Windows color (decimal): -5539505 or 5208491. OLE color: 5208491.

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

Color convert

RGB17112179-
CMYK00.290.540.33
HSL27.39º36.8%49.02%-
HSV(B)27.39º53.8%67.06%-
XYZ25.0422.910.5-
YUV131.1698.56156.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 121 (47.66% from 255) = 32.61%
BLUE value IS 79 (31.25% from 255) = 21.29%
R=46.09%
G=32.61%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711217900.290.540.3327.3936.849.02
HexAB794F01D36211b2531
Octal2531711170356641334561
Binary101010111111001100111101110111011010000111011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab794f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab794f; }

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

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

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

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

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

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

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

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