#AB7A40

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

Shades of Muddy Waters #AB7A40

Tints of Muddy Waters #AB7A40

Color information

#AB7A40 (or 0xAB7A40) is unknown color: approx Muddy Waters. HEX triplet: AB, 7A and 40. RGB value is (171,122,64). Sum of RGB (Red+Green+Blue) = 171+122+64=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7A40 is #5485BF. Grayscale: #828282. Windows color (decimal): -5539264 or 4225707. OLE color: 4225707.

HSL color Cylindrical-coordinate representation of color #AB7A40: hue angle of 32.52º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB7A40 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB17112264-
CMYK00.290.630.33
HSL32.52º45.53%46.08%-
HSV(B)32.52º62.57%67.06%-
XYZ24.6822.957.98-
YUV130.0490.73157.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 64 (25.39% from 255) = 17.93%
R=47.90%
G=34.17%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711226400.290.630.3332.5245.5346.08
HexAB7A4001D3F21212e2e
Octal2531721000357741415656
Binary1010101111110101000000011101111111100001100001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A40; }

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

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

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

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

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

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

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

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