#A68052

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

Shades of Muddy Waters #A68052

Tints of Muddy Waters #A68052

Color information

#A68052 (or 0xA68052) is unknown color: approx Muddy Waters. HEX triplet: A6, 80 and 52. RGB value is (166,128,82). Sum of RGB (Red+Green+Blue) = 166+128+82=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A68052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68052 is #597FAD. Grayscale: #868686. Windows color (decimal): -5865390 or 5406886. OLE color: 5406886.

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

Color convert

RGB16612882-
CMYK00.230.510.35
HSL32.86º33.87%48.63%-
HSV(B)32.86º50.6%65.1%-
XYZ24.9724.1511.33-
YUV134.1298.59150.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 82 (32.42% from 255) = 21.81%
R=44.15%
G=34.04%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661288200.230.510.3532.8633.8748.63
HexA680520173323212231
Octal2462001220276343414261
Binary10100110100000001010010010111110011100011100001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68052; }

 p { color: rgb(166,128,82); }

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

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

 a { background-color: rgb(166,128,82); }

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

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

 span { border-color: rgb(166,128,82); }

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