#A47F44

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

Shades of Muddy Waters #A47F44

Tints of Muddy Waters #A47F44

Color information

#A47F44 (or 0xA47F44) is unknown color: approx Muddy Waters. HEX triplet: A4, 7F and 44. RGB value is (164,127,68). Sum of RGB (Red+Green+Blue) = 164+127+68=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F44 is #5B80BB. Grayscale: #838383. Windows color (decimal): -5996732 or 4489124. OLE color: 4489124.

HSL color Cylindrical-coordinate representation of color #A47F44: hue angle of 36.87º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A47F44 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB16412768-
CMYK00.230.590.36
HSL36.87º41.38%45.49%-
HSV(B)36.87º58.54%64.31%-
XYZ23.9423.498.74-
YUV131.3492.26151.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 68 (26.95% from 255) = 18.94%
R=45.68%
G=35.38%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641276800.230.590.3636.8741.3845.49
HexA47F440173B2425292d
Octal2441771040277344455155
Binary1010010011111111000100010111111011100100100101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F44; }

 p { color: rgb(164,127,68); }

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

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

 a { background-color: rgb(164,127,68); }

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

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

 span { border-color: rgb(164,127,68); }

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