#AB8344

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

Shades of Muddy Waters #AB8344

Tints of Muddy Waters #AB8344

Color information

#AB8344 (or 0xAB8344) is unknown color: approx Muddy Waters. HEX triplet: AB, 83 and 44. RGB value is (171,131,68). Sum of RGB (Red+Green+Blue) = 171+131+68=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8344 is #547CBB. Grayscale: #888888. Windows color (decimal): -5536956 or 4490155. OLE color: 4490155.

HSL color Cylindrical-coordinate representation of color #AB8344: hue angle of 36.7º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB8344 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17113168-
CMYK00.230.600.33
HSL36.7º43.1%46.86%-
HSV(B)36.7º60.23%67.06%-
XYZ25.9525.318.99-
YUV135.7889.75153.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 68 (26.95% from 255) = 18.38%
R=46.22%
G=35.41%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711316800.230.600.3336.743.146.86
HexAB83440173C21252b2f
Octal2532031040277441455357
Binary10101011100000111000100010111111100100001100101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8344; }

 p { color: rgb(171,131,68); }

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

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

 a { background-color: rgb(171,131,68); }

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

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

 span { border-color: rgb(171,131,68); }

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