#AB814F

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

Shades of Muddy Waters #AB814F

Tints of Muddy Waters #AB814F

Color information

#AB814F (or 0xAB814F) is unknown color: approx Muddy Waters. HEX triplet: AB, 81 and 4F. RGB value is (171,129,79). Sum of RGB (Red+Green+Blue) = 171+129+79=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB814F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB814F is #547EB0. Grayscale: #888888. Windows color (decimal): -5537457 or 5210539. OLE color: 5210539.

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

Color convert

RGB17112979-
CMYK00.250.540.33
HSL32.61º36.8%49.02%-
HSV(B)32.61º53.8%67.06%-
XYZ26.0624.9210.83-
YUV135.8695.91153.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 79 (31.25% from 255) = 20.84%
R=45.12%
G=34.04%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711297900.250.540.3332.6136.849.02
HexAB814F0193621212531
Octal2532011170316641414561
Binary10101011100000011001111011001110110100001100001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB814F; }

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

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

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

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

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

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

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

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