#A67F45

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

Shades of Muddy Waters #A67F45

Tints of Muddy Waters #A67F45

Color information

#A67F45 (or 0xA67F45) is unknown color: approx Muddy Waters. HEX triplet: A6, 7F and 45. RGB value is (166,127,69). Sum of RGB (Red+Green+Blue) = 166+127+69=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67F45 is #5980BA. Grayscale: #848484. Windows color (decimal): -5865659 or 4554662. OLE color: 4554662.

HSL color Cylindrical-coordinate representation of color #A67F45: hue angle of 35.88º 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 #A67F45 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16612769-
CMYK00.230.580.35
HSL35.88º41.28%46.08%-
HSV(B)35.88º58.43%65.1%-
XYZ24.3923.728.92-
YUV132.0592.42152.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.86%
GREEN value IS 127 (50% from 255) = 35.08%
BLUE value IS 69 (27.34% from 255) = 19.06%
R=45.86%
G=35.08%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661276900.230.580.3535.8841.2846.08
HexA67F450173A2324292e
Octal2461771050277243445156
Binary1010011011111111000101010111111010100011100100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F45; }

 p { color: rgb(166,127,69); }

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

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

 a { background-color: rgb(166,127,69); }

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

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

 span { border-color: rgb(166,127,69); }

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