#AB8451

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

Shades of Muddy Waters #AB8451

Tints of Muddy Waters #AB8451

Color information

#AB8451 (or 0xAB8451) is unknown color: approx Muddy Waters. HEX triplet: AB, 84 and 51. RGB value is (171,132,81). Sum of RGB (Red+Green+Blue) = 171+132+81=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8451 is #547BAE. Grayscale: #8A8A8A. Windows color (decimal): -5536687 or 5342379. OLE color: 5342379.

HSL color Cylindrical-coordinate representation of color #AB8451: hue angle of 34º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB8451 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17113281-
CMYK00.230.530.33
HSL34º35.71%49.41%-
HSV(B)34º52.63%67.06%-
XYZ26.5325.7511.36-
YUV137.8595.92151.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 132 (51.95% from 255) = 34.38%
BLUE value IS 81 (32.03% from 255) = 21.09%
R=44.53%
G=34.38%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711328100.230.530.333435.7149.41
HexAB84510173521222431
Octal2532041210276541424461
Binary10101011100001001010001010111110101100001100010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8451; }

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

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

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

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

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

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

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

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