#A17B3F

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

Shades of Muddy Waters #A17B3F

Tints of Muddy Waters #A17B3F

Color information

#A17B3F (or 0xA17B3F) is unknown color: approx Muddy Waters. HEX triplet: A1, 7B and 3F. RGB value is (161,123,63). Sum of RGB (Red+Green+Blue) = 161+123+63=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17B3F is #5E84C0. Grayscale: #7F7F7F. Windows color (decimal): -6194369 or 4160417. OLE color: 4160417.

HSL color Cylindrical-coordinate representation of color #A17B3F: hue angle of 36.73º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A17B3F is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB16112363-
CMYK00.240.610.37
HSL36.73º43.75%43.92%-
HSV(B)36.73º60.87%63.14%-
XYZ22.6822.17.77-
YUV127.5291.59151.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 63 (25% from 255) = 18.16%
R=46.40%
G=35.45%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611236300.240.610.3736.7343.7543.92
HexA17B3F0183D25252c2c
Octal241173770307545455454
Binary101000011111011111111011000111101100101100101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17B3F; }

 p { color: rgb(161,123,63); }

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

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

 a { background-color: rgb(161,123,63); }

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

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

 span { border-color: rgb(161,123,63); }

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