#AB8155

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

Shades of Muddy Waters #AB8155

Tints of Muddy Waters #AB8155

Color information

#AB8155 (or 0xAB8155) is unknown color: approx Muddy Waters. HEX triplet: AB, 81 and 55. RGB value is (171,129,85). Sum of RGB (Red+Green+Blue) = 171+129+85=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8155 is #547EAA. Grayscale: #888888. Windows color (decimal): -5537451 or 5603755. OLE color: 5603755.

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

Color convert

RGB17112985-
CMYK00.250.500.33
HSL30.7º33.86%50.2%-
HSV(B)30.7º50.29%67.06%-
XYZ26.2825.0112.04-
YUV136.5498.91152.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.42%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 85 (33.59% from 255) = 22.08%
R=44.42%
G=33.51%
B=22.08%

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
Decimal1711298500.250.500.3330.733.8650.2
HexAB815501932211f2232
Octal2532011250316241374262
Binary1010101110000001101010101100111001010000111111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8155; }

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

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

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

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

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

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

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

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