#A68244

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

Shades of Muddy Waters #A68244

Tints of Muddy Waters #A68244

Color information

#A68244 (or 0xA68244) is unknown color: approx Muddy Waters. HEX triplet: A6, 82 and 44. RGB value is (166,130,68). Sum of RGB (Red+Green+Blue) = 166+130+68=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A68244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68244 is #597DBB. Grayscale: #858585. Windows color (decimal): -5864892 or 4489894. OLE color: 4489894.

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

Color convert

RGB16613068-
CMYK00.220.590.35
HSL37.96º41.88%45.88%-
HSV(B)37.96º59.04%65.1%-
XYZ24.7524.498.89-
YUV133.790.93151.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 68 (26.95% from 255) = 18.68%
R=45.60%
G=35.71%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661306800.220.590.3537.9641.8845.88
HexA682440163B23262a2e
Octal2462021040267343465256
Binary10100110100000101000100010110111011100011100110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68244; }

 p { color: rgb(166,130,68); }

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

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

 a { background-color: rgb(166,130,68); }

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

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

 span { border-color: rgb(166,130,68); }

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