#AB8052

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

Shades of Muddy Waters #AB8052

Tints of Muddy Waters #AB8052

Color information

#AB8052 (or 0xAB8052) is unknown color: approx Muddy Waters. HEX triplet: AB, 80 and 52. RGB value is (171,128,82). Sum of RGB (Red+Green+Blue) = 171+128+82=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8052 is #547FAD. Grayscale: #878787. Windows color (decimal): -5537710 or 5406891. OLE color: 5406891.

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

Color convert

RGB17112882-
CMYK00.250.520.33
HSL31.01º35.18%49.61%-
HSV(B)31.01º52.05%67.06%-
XYZ26.0424.7111.38-
YUV135.6197.75153.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 82 (32.42% from 255) = 21.52%
R=44.88%
G=33.60%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711288200.250.520.3331.0135.1849.61
HexAB805201934211f2332
Octal2532001220316441374362
Binary1010101110000000101001001100111010010000111111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8052; }

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

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

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

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

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

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

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

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