#A68652

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

Shades of Muddy Waters #A68652

Tints of Muddy Waters #A68652

Color information

#A68652 (or 0xA68652) is unknown color: approx Muddy Waters. HEX triplet: A6, 86 and 52. RGB value is (166,134,82). Sum of RGB (Red+Green+Blue) = 166+134+82=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A68652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68652 is #5979AD. Grayscale: #898989. Windows color (decimal): -5863854 or 5408422. OLE color: 5408422.

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

Color convert

RGB16613482-
CMYK00.190.510.35
HSL37.14º33.87%48.63%-
HSV(B)37.14º50.6%65.1%-
XYZ25.7725.7711.6-
YUV137.6496.6148.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 82 (32.42% from 255) = 21.47%
R=43.46%
G=35.08%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661348200.190.510.3537.1433.8748.63
HexA686520133323252231
Octal2462061220236343454261
Binary10100110100001101010010010011110011100011100101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68652; }

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

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

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

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

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

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

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

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