#A68155

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

Shades of Muddy Waters #A68155

Tints of Muddy Waters #A68155

Color information

#A68155 (or 0xA68155) is unknown color: approx Muddy Waters. HEX triplet: A6, 81 and 55. RGB value is (166,129,85). Sum of RGB (Red+Green+Blue) = 166+129+85=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A68155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68155 is #597EAA. Grayscale: #878787. Windows color (decimal): -5865131 or 5603750. OLE color: 5603750.

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

Color convert

RGB16612985-
CMYK00.220.490.35
HSL32.59º32.27%49.22%-
HSV(B)32.59º48.8%65.1%-
XYZ25.2224.4611.99-
YUV135.0599.76150.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=43.68%
G=33.95%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661298500.220.490.3532.5932.2749.22
HexA681550163123212031
Octal2462011250266143414061
Binary10100110100000011010101010110110001100011100001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68155; }

 p { color: rgb(166,129,85); }

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

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

 a { background-color: rgb(166,129,85); }

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

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

 span { border-color: rgb(166,129,85); }

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