#AB854D

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

Shades of Muddy Waters #AB854D

Tints of Muddy Waters #AB854D

Color information

#AB854D (or 0xAB854D) is unknown color: approx Muddy Waters. HEX triplet: AB, 85 and 4D. RGB value is (171,133,77). Sum of RGB (Red+Green+Blue) = 171+133+77=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB854D is #547AB2. Grayscale: #8A8A8A. Windows color (decimal): -5536435 or 5080491. OLE color: 5080491.

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

Color convert

RGB17113377-
CMYK00.220.550.33
HSL35.74º37.9%48.63%-
HSV(B)35.74º54.97%67.06%-
XYZ26.5225.9710.64-
YUV137.9893.59151.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 77 (30.47% from 255) = 20.21%
R=44.88%
G=34.91%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711337700.220.550.3335.7437.948.63
HexAB854D0163721242631
Octal2532051150266741444661
Binary10101011100001011001101010110110111100001100100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB854D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB854D; }

 p { color: rgb(171,133,77); }

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

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

 a { background-color: rgb(171,133,77); }

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

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

 span { border-color: rgb(171,133,77); }

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