#AB884A

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

Shades of Muddy Waters #AB884A

Tints of Muddy Waters #AB884A

Color information

#AB884A (or 0xAB884A) is unknown color: approx Muddy Waters. HEX triplet: AB, 88 and 4A. RGB value is (171,136,74). Sum of RGB (Red+Green+Blue) = 171+136+74=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB884A is #5477B5. Grayscale: #8B8B8B. Windows color (decimal): -5535670 or 4884651. OLE color: 4884651.

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

Color convert

RGB17113674-
CMYK00.200.570.33
HSL38.35º39.59%48.04%-
HSV(B)38.35º56.73%67.06%-
XYZ26.8326.7610.23-
YUV139.491.1150.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=44.88%
G=35.70%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711367400.200.570.3338.3539.5948.04
HexAB884A0143921262830
Octal2532101120247141465060
Binary10101011100010001001010010100111001100001100110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB884A; }

 p { color: rgb(171,136,74); }

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

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

 a { background-color: rgb(171,136,74); }

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

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

 span { border-color: rgb(171,136,74); }

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