#AB814E

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

Shades of Muddy Waters #AB814E

Tints of Muddy Waters #AB814E

Color information

#AB814E (or 0xAB814E) is unknown color: approx Muddy Waters. HEX triplet: AB, 81 and 4E. RGB value is (171,129,78). Sum of RGB (Red+Green+Blue) = 171+129+78=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB814E is #547EB1. Grayscale: #878787. Windows color (decimal): -5537458 or 5145003. OLE color: 5145003.

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

Color convert

RGB17112978-
CMYK00.250.540.33
HSL32.9º37.35%48.82%-
HSV(B)32.9º54.39%67.06%-
XYZ26.0224.9110.64-
YUV135.7495.41153.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=45.24%
G=34.13%
B=20.63%

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
Decimal1711297800.250.540.3332.937.3548.82
HexAB814E0193621212531
Octal2532011160316641414561
Binary10101011100000011001110011001110110100001100001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB814E; }

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

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

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

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

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

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

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

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