#AB8551

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

Shades of Muddy Waters #AB8551

Tints of Muddy Waters #AB8551

Color information

#AB8551 (or 0xAB8551) is unknown color: approx Muddy Waters. HEX triplet: AB, 85 and 51. RGB value is (171,133,81). Sum of RGB (Red+Green+Blue) = 171+133+81=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8551 is #547AAE. Grayscale: #8A8A8A. Windows color (decimal): -5536431 or 5342635. OLE color: 5342635.

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

Color convert

RGB17113381-
CMYK00.220.530.33
HSL34.67º35.71%49.41%-
HSV(B)34.67º52.63%67.06%-
XYZ26.6726.0311.4-
YUV138.4395.59151.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.42%
GREEN value IS 133 (52.34% from 255) = 34.55%
BLUE value IS 81 (32.03% from 255) = 21.04%
R=44.42%
G=34.55%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711338100.220.530.3334.6735.7149.41
HexAB85510163521232431
Octal2532051210266541434461
Binary10101011100001011010001010110110101100001100011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8551; }

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

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

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

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

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

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

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

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