#AB7E40

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

Shades of Muddy Waters #AB7E40

Tints of Muddy Waters #AB7E40

Color information

#AB7E40 (or 0xAB7E40) is unknown color: approx Muddy Waters. HEX triplet: AB, 7E and 40. RGB value is (171,126,64). Sum of RGB (Red+Green+Blue) = 171+126+64=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7E40 is #5481BF. Grayscale: #848484. Windows color (decimal): -5538240 or 4226731. OLE color: 4226731.

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

Color convert

RGB17112664-
CMYK00.260.630.33
HSL34.77º45.53%46.08%-
HSV(B)34.77º62.57%67.06%-
XYZ25.1823.958.15-
YUV132.3989.41155.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 64 (25.39% from 255) = 17.73%
R=47.37%
G=34.90%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711266400.260.630.3334.7745.5346.08
HexAB7E4001A3F21232e2e
Octal2531761000327741435656
Binary1010101111111101000000011010111111100001100011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E40; }

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

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

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

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

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

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

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

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