#AB8158

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

Shades of Muddy Waters #AB8158

Tints of Muddy Waters #AB8158

Color information

#AB8158 (or 0xAB8158) is unknown color: approx Muddy Waters. HEX triplet: AB, 81 and 58. RGB value is (171,129,88). Sum of RGB (Red+Green+Blue) = 171+129+88=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8158 is #547EA7. Grayscale: #898989. Windows color (decimal): -5537448 or 5800363. OLE color: 5800363.

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

Color convert

RGB17112988-
CMYK00.250.490.33
HSL29.64º33.07%50.78%-
HSV(B)29.64º48.54%67.06%-
XYZ26.4125.0612.68-
YUV136.88100.41152.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.07%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 88 (34.77% from 255) = 22.68%
R=44.07%
G=33.25%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711298800.250.490.3329.6433.0750.78
HexAB815801931211e2133
Octal2532011300316141364163
Binary1010101110000001101100001100111000110000111110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8158; }

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

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

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

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

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

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

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

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