#AB7D52

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

Shades of Muddy Waters #AB7D52

Tints of Muddy Waters #AB7D52

Color information

#AB7D52 (or 0xAB7D52) is unknown color: approx Muddy Waters. HEX triplet: AB, 7D and 52. RGB value is (171,125,82). Sum of RGB (Red+Green+Blue) = 171+125+82=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7D52 is #5482AD. Grayscale: #868686. Windows color (decimal): -5538478 or 5406123. OLE color: 5406123.

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

Color convert

RGB17112582-
CMYK00.270.520.33
HSL28.99º35.18%49.61%-
HSV(B)28.99º52.05%67.06%-
XYZ25.6523.9311.25-
YUV133.8598.74154.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=45.24%
G=33.07%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711258200.270.520.3328.9935.1849.61
HexAB7D5201B34211d2332
Octal2531751220336441354362
Binary101010111111101101001001101111010010000111101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D52; }

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

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

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

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

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

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

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

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