#AB7A50

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

Shades of Muddy Waters #AB7A50

Tints of Muddy Waters #AB7A50

Color information

#AB7A50 (or 0xAB7A50) is unknown color: approx Muddy Waters. HEX triplet: AB, 7A and 50. RGB value is (171,122,80). Sum of RGB (Red+Green+Blue) = 171+122+80=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A50 is #5485AF. Grayscale: #848484. Windows color (decimal): -5539248 or 5274283. OLE color: 5274283.

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

Color convert

RGB17112280-
CMYK00.290.530.33
HSL27.69º36.25%49.22%-
HSV(B)27.69º53.22%67.06%-
XYZ25.223.1610.73-
YUV131.8698.73155.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 122 (48.05% from 255) = 32.71%
BLUE value IS 80 (31.64% from 255) = 21.45%
R=45.84%
G=32.71%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711228000.290.530.3327.6936.2549.22
HexAB7A5001D35211c2431
Octal2531721200356541344461
Binary101010111111010101000001110111010110000111100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A50; }

 p { color: rgb(171,122,80); }

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

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

 a { background-color: rgb(171,122,80); }

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

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

 span { border-color: rgb(171,122,80); }

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