#AB7945

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

Shades of Muddy Waters #AB7945

Tints of Muddy Waters #AB7945

Color information

#AB7945 (or 0xAB7945) is unknown color: approx Muddy Waters. HEX triplet: AB, 79 and 45. RGB value is (171,121,69). Sum of RGB (Red+Green+Blue) = 171+121+69=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7945 is #5486BA. Grayscale: #828282. Windows color (decimal): -5539515 or 4553131. OLE color: 4553131.

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

Color convert

RGB17112169-
CMYK00.290.600.33
HSL30.59º42.5%47.06%-
HSV(B)30.59º59.65%67.06%-
XYZ24.7122.768.72-
YUV130.0293.56157.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=47.37%
G=33.52%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711216900.290.600.3330.5942.547.06
HexAB794501D3C211f2a2f
Octal2531711050357441375257
Binary101010111111001100010101110111110010000111111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7945; }

 p { color: rgb(171,121,69); }

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

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

 a { background-color: rgb(171,121,69); }

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

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

 span { border-color: rgb(171,121,69); }

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