#AB7A45

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

Shades of Muddy Waters #AB7A45

Tints of Muddy Waters #AB7A45

Color information

#AB7A45 (or 0xAB7A45) is unknown color: approx Muddy Waters. HEX triplet: AB, 7A and 45. RGB value is (171,122,69). Sum of RGB (Red+Green+Blue) = 171+122+69=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7A45 is #5485BA. Grayscale: #828282. Windows color (decimal): -5539259 or 4553387. OLE color: 4553387.

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

Color convert

RGB17112269-
CMYK00.290.600.33
HSL31.18º42.5%47.06%-
HSV(B)31.18º59.65%67.06%-
XYZ24.8323.018.76-
YUV130.6193.23156.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 122 (48.05% from 255) = 33.70%
BLUE value IS 69 (27.34% from 255) = 19.06%
R=47.24%
G=33.70%
B=19.06%

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
Decimal1711226900.290.600.3331.1842.547.06
HexAB7A4501D3C211f2a2f
Octal2531721050357441375257
Binary101010111111010100010101110111110010000111111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A45; }

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

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

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

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

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

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

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

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