#AB8048

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

Shades of Muddy Waters #AB8048

Tints of Muddy Waters #AB8048

Color information

#AB8048 (or 0xAB8048) is unknown color: approx Muddy Waters. HEX triplet: AB, 80 and 48. RGB value is (171,128,72). Sum of RGB (Red+Green+Blue) = 171+128+72=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8048 is #547FB7. Grayscale: #868686. Windows color (decimal): -5537720 or 4751531. OLE color: 4751531.

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

Color convert

RGB17112872-
CMYK00.250.580.33
HSL33.94º40.74%47.65%-
HSV(B)33.94º57.89%67.06%-
XYZ25.6824.569.52-
YUV134.4792.75154.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=46.09%
G=34.50%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711287200.250.580.3333.9440.7447.65
HexAB80480193A21222930
Octal2532001100317241425160
Binary10101011100000001001000011001111010100001100010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8048; }

 p { color: rgb(171,128,72); }

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

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

 a { background-color: rgb(171,128,72); }

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

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

 span { border-color: rgb(171,128,72); }

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