#AB7A41

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

Shades of Muddy Waters #AB7A41

Tints of Muddy Waters #AB7A41

Color information

#AB7A41 (or 0xAB7A41) is unknown color: approx Muddy Waters. HEX triplet: AB, 7A and 41. RGB value is (171,122,65). Sum of RGB (Red+Green+Blue) = 171+122+65=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7A41 is #5485BE. Grayscale: #828282. Windows color (decimal): -5539263 or 4291243. OLE color: 4291243.

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

Color convert

RGB17112265-
CMYK00.290.620.33
HSL32.26º44.92%46.27%-
HSV(B)32.26º61.99%67.06%-
XYZ24.7122.968.13-
YUV130.1591.23157.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.77%
GREEN value IS 122 (48.05% from 255) = 34.08%
BLUE value IS 65 (25.78% from 255) = 18.16%
R=47.77%
G=34.08%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711226500.290.620.3332.2644.9246.27
HexAB7A4101D3E21202d2e
Octal2531721010357641405556
Binary1010101111110101000001011101111110100001100000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A41; }

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

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

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

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

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

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

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

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