#AB8348

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

Shades of Muddy Waters #AB8348

Tints of Muddy Waters #AB8348

Color information

#AB8348 (or 0xAB8348) is unknown color: approx Muddy Waters. HEX triplet: AB, 83 and 48. RGB value is (171,131,72). Sum of RGB (Red+Green+Blue) = 171+131+72=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8348 is #547CB7. Grayscale: #888888. Windows color (decimal): -5536952 or 4752299. OLE color: 4752299.

HSL color Cylindrical-coordinate representation of color #AB8348: hue angle of 35.76º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB8348 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17113172-
CMYK00.230.580.33
HSL35.76º40.74%47.65%-
HSV(B)35.76º57.89%67.06%-
XYZ26.0825.369.65-
YUV136.2391.75152.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.72%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 72 (28.52% from 255) = 19.25%
R=45.72%
G=35.03%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711317200.230.580.3335.7640.7447.65
HexAB83480173A21242930
Octal2532031100277241445160
Binary10101011100000111001000010111111010100001100100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8348; }

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

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

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

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

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

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

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

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