#AB7953

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

Shades of Muddy Waters #AB7953

Tints of Muddy Waters #AB7953

Color information

#AB7953 (or 0xAB7953) is unknown color: approx Muddy Waters. HEX triplet: AB, 79 and 53. RGB value is (171,121,83). Sum of RGB (Red+Green+Blue) = 171+121+83=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7953 is #5486AC. Grayscale: #838383. Windows color (decimal): -5539501 or 5470635. OLE color: 5470635.

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

Color convert

RGB17112183-
CMYK00.290.510.33
HSL25.91º34.65%49.8%-
HSV(B)25.91º51.46%67.06%-
XYZ25.1922.9611.29-
YUV131.62100.56156.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=45.6%
G=32.27%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711218300.290.510.3325.9134.6549.8
HexAB795301D33211a2332
Octal2531711230356341324362
Binary101010111111001101001101110111001110000111010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7953; }

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

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

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

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

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

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

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

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