#AB7952

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

Shades of Muddy Waters #AB7952

Tints of Muddy Waters #AB7952

Color information

#AB7952 (or 0xAB7952) is unknown color: approx Muddy Waters. HEX triplet: AB, 79 and 52. RGB value is (171,121,82). Sum of RGB (Red+Green+Blue) = 171+121+82=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7952 is #5486AD. Grayscale: #838383. Windows color (decimal): -5539502 or 5405099. OLE color: 5405099.

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

Color convert

RGB17112182-
CMYK00.290.520.33
HSL26.29º35.18%49.61%-
HSV(B)26.29º52.05%67.06%-
XYZ25.1522.9411.09-
YUV131.5100.06156.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.72%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=45.72%
G=32.35%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711218200.290.520.3326.2935.1849.61
HexAB795201D34211a2332
Octal2531711220356441324362
Binary101010111111001101001001110111010010000111010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7952; }

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

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

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

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

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

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

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

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