#AB7D55

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

Shades of Muddy Waters #AB7D55

Tints of Muddy Waters #AB7D55

Color information

#AB7D55 (or 0xAB7D55) is unknown color: approx Muddy Waters. HEX triplet: AB, 7D and 55. RGB value is (171,125,85). Sum of RGB (Red+Green+Blue) = 171+125+85=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7D55 is #5482AA. Grayscale: #868686. Windows color (decimal): -5538475 or 5602731. OLE color: 5602731.

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

Color convert

RGB17112585-
CMYK00.270.500.33
HSL27.91º33.86%50.2%-
HSV(B)27.91º50.29%67.06%-
XYZ25.7723.9811.87-
YUV134.19100.24154.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 85 (33.59% from 255) = 22.31%
R=44.88%
G=32.81%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711258500.270.500.3327.9133.8650.2
HexAB7D5501B32211c2232
Octal2531751250336241344262
Binary101010111111101101010101101111001010000111100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D55; }

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

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

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

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

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

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

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

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