#A77F46

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

Shades of Muddy Waters #A77F46

Tints of Muddy Waters #A77F46

Color information

#A77F46 (or 0xA77F46) is unknown color: approx Muddy Waters. HEX triplet: A7, 7F and 46. RGB value is (167,127,70). Sum of RGB (Red+Green+Blue) = 167+127+70=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77F46 is #5880B9. Grayscale: #848484. Windows color (decimal): -5800122 or 4620199. OLE color: 4620199.

HSL color Cylindrical-coordinate representation of color #A77F46: hue angle of 35.26º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A77F46 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16712770-
CMYK00.240.580.35
HSL35.26º40.93%46.47%-
HSV(B)35.26º58.08%65.49%-
XYZ24.6323.849.1-
YUV132.4692.75152.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.88%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 70 (27.73% from 255) = 19.23%
R=45.88%
G=34.89%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671277000.240.580.3535.2640.9346.47
HexA77F460183A2323292e
Octal2471771060307243435156
Binary1010011111111111000110011000111010100011100011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F46; }

 p { color: rgb(167,127,70); }

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

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

 a { background-color: rgb(167,127,70); }

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

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

 span { border-color: rgb(167,127,70); }

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