#A17E46

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

Shades of Muddy Waters #A17E46

Tints of Muddy Waters #A17E46

Color information

#A17E46 (or 0xA17E46) is unknown color: approx Muddy Waters. HEX triplet: A1, 7E and 46. RGB value is (161,126,70). Sum of RGB (Red+Green+Blue) = 161+126+70=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17E46 is #5E81B9. Grayscale: #828282. Windows color (decimal): -6193594 or 4619937. OLE color: 4619937.

HSL color Cylindrical-coordinate representation of color #A17E46: hue angle of 36.92º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A17E46 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB16112670-
CMYK00.220.570.37
HSL36.92º39.39%45.29%-
HSV(B)36.92º56.52%63.14%-
XYZ23.2622.949-
YUV130.0894.1150.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 70 (27.73% from 255) = 19.61%
R=45.10%
G=35.29%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611267000.220.570.3736.9239.3945.29
HexA17E46016392525272d
Octal2411761060267145454755
Binary1010000111111101000110010110111001100101100101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17E46; }

 p { color: rgb(161,126,70); }

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

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

 a { background-color: rgb(161,126,70); }

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

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

 span { border-color: rgb(161,126,70); }

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