#AB7D51

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

Shades of Muddy Waters #AB7D51

Tints of Muddy Waters #AB7D51

Color information

#AB7D51 (or 0xAB7D51) is unknown color: approx Muddy Waters. HEX triplet: AB, 7D and 51. RGB value is (171,125,81). Sum of RGB (Red+Green+Blue) = 171+125+81=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7D51 is #5482AE. Grayscale: #858585. Windows color (decimal): -5538479 or 5340587. OLE color: 5340587.

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

Color convert

RGB17112581-
CMYK00.270.530.33
HSL29.33º35.71%49.41%-
HSV(B)29.33º52.63%67.06%-
XYZ25.6123.9211.05-
YUV133.7498.24154.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 81 (32.03% from 255) = 21.49%
R=45.36%
G=33.16%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711258100.270.530.3329.3335.7149.41
HexAB7D5101B35211d2431
Octal2531751210336541354461
Binary101010111111101101000101101111010110000111101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D51; }

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

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

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

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

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

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

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

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