#AB8151

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

Shades of Muddy Waters #AB8151

Tints of Muddy Waters #AB8151

Color information

#AB8151 (or 0xAB8151) is unknown color: approx Muddy Waters. HEX triplet: AB, 81 and 51. RGB value is (171,129,81). Sum of RGB (Red+Green+Blue) = 171+129+81=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8151 is #547EAE. Grayscale: #888888. Windows color (decimal): -5537455 or 5341611. OLE color: 5341611.

HSL color Cylindrical-coordinate representation of color #AB8151: hue angle of 32º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB8151 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17112981-
CMYK00.250.530.33
HSL32º35.71%49.41%-
HSV(B)32º52.63%67.06%-
XYZ26.1324.9511.22-
YUV136.0996.91152.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 129 (50.78% from 255) = 33.86%
BLUE value IS 81 (32.03% from 255) = 21.26%
R=44.88%
G=33.86%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711298100.250.530.333235.7149.41
HexAB81510193521202431
Octal2532011210316541404461
Binary10101011100000011010001011001110101100001100000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8151; }

 p { color: rgb(171,129,81); }

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

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

 a { background-color: rgb(171,129,81); }

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

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

 span { border-color: rgb(171,129,81); }

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