#AB8454

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

Shades of Muddy Waters #AB8454

Tints of Muddy Waters #AB8454

Color information

#AB8454 (or 0xAB8454) is unknown color: approx Muddy Waters. HEX triplet: AB, 84 and 54. RGB value is (171,132,84). Sum of RGB (Red+Green+Blue) = 171+132+84=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8454 is #547BAB. Grayscale: #8A8A8A. Windows color (decimal): -5536684 or 5538987. OLE color: 5538987.

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

Color convert

RGB17113284-
CMYK00.230.510.33
HSL33.1º34.12%50%-
HSV(B)33.1º50.88%67.06%-
XYZ26.6525.811.96-
YUV138.1997.42151.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 132 (51.95% from 255) = 34.11%
BLUE value IS 84 (33.20% from 255) = 21.71%
R=44.19%
G=34.11%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711328400.230.510.3333.134.1250
HexAB84540173321212232
Octal2532041240276341414262
Binary10101011100001001010100010111110011100001100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8454; }

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

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

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

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

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

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

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

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