#AB8255

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

Shades of Muddy Waters #AB8255

Tints of Muddy Waters #AB8255

Color information

#AB8255 (or 0xAB8255) is unknown color: approx Muddy Waters. HEX triplet: AB, 82 and 55. RGB value is (171,130,85). Sum of RGB (Red+Green+Blue) = 171+130+85=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8255 is #547DAA. Grayscale: #898989. Windows color (decimal): -5537195 or 5604011. OLE color: 5604011.

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

Color convert

RGB17113085-
CMYK00.240.500.33
HSL31.4º33.86%50.2%-
HSV(B)31.4º50.29%67.06%-
XYZ26.4225.2812.08-
YUV137.1398.58152.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 130 (51.17% from 255) = 33.68%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=44.30%
G=33.68%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711308500.240.500.3331.433.8650.2
HexAB825501832211f2232
Octal2532021250306241374262
Binary1010101110000010101010101100011001010000111111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8255; }

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

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

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

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

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

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

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

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