#AB8054

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

Shades of Muddy Waters #AB8054

Tints of Muddy Waters #AB8054

Color information

#AB8054 (or 0xAB8054) is unknown color: approx Muddy Waters. HEX triplet: AB, 80 and 54. RGB value is (171,128,84). Sum of RGB (Red+Green+Blue) = 171+128+84=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8054 is #547FAB. Grayscale: #888888. Windows color (decimal): -5537708 or 5537963. OLE color: 5537963.

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

Color convert

RGB17112884-
CMYK00.250.510.33
HSL30.34º34.12%50%-
HSV(B)30.34º50.88%67.06%-
XYZ26.1124.7411.79-
YUV135.8498.75153.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=44.65%
G=33.42%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711288400.250.510.3330.3434.1250
HexAB805401933211e2232
Octal2532001240316341364262
Binary1010101110000000101010001100111001110000111110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8054; }

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

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

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

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

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

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

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

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