#AB8055

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

Shades of Muddy Waters #AB8055

Tints of Muddy Waters #AB8055

Color information

#AB8055 (or 0xAB8055) is unknown color: approx Muddy Waters. HEX triplet: AB, 80 and 55. RGB value is (171,128,85). Sum of RGB (Red+Green+Blue) = 171+128+85=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8055 is #547FAA. Grayscale: #888888. Windows color (decimal): -5537707 or 5603499. OLE color: 5603499.

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

Color convert

RGB17112885-
CMYK00.250.500.33
HSL30º33.86%50.2%-
HSV(B)30º50.29%67.06%-
XYZ26.1524.7511.99-
YUV135.9599.25153-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=44.53%
G=33.33%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711288500.250.500.333033.8650.2
HexAB805501932211e2232
Octal2532001250316241364262
Binary1010101110000000101010101100111001010000111110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8055; }

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

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

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

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

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

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

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

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