#a77a42

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

Shades of Muddy Waters #A77A42

Tints of Muddy Waters #A77A42

Color information

#A77A42 (or 0xA77A42) is unknown color: approx Muddy Waters. HEX triplet: A7, 7A and 42. RGB value is (167,122,66). Sum of RGB (Red+Green+Blue) = 167+122+66=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77A42 is #5885BD. Grayscale: #818181. Windows color (decimal): -5801406 or 4356775. OLE color: 4356775.

HSL color Cylindrical-coordinate representation of color #A77A42: hue angle of 33.27º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A77A42 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB16712266-
CMYK00.270.600.35
HSL33.27º43.35%45.69%-
HSV(B)33.27º60.48%65.49%-
XYZ23.8822.538.24-
YUV129.0792.41155.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.04%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 66 (26.17% from 255) = 18.59%
R=47.04%
G=34.37%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671226600.270.600.3533.2743.3545.69
HexA77A4201B3C23212b2e
Octal2471721020337443415356
Binary1010011111110101000010011011111100100011100001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a77a42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a77a42; }

 p { color: rgb(167,122,66); }

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

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

 a { background-color: rgb(167,122,66); }

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

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

 span { border-color: rgb(167,122,66); }

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