#A68151

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

Shades of Muddy Waters #A68151

Tints of Muddy Waters #A68151

Color information

#A68151 (or 0xA68151) is unknown color: approx Muddy Waters. HEX triplet: A6, 81 and 51. RGB value is (166,129,81). Sum of RGB (Red+Green+Blue) = 166+129+81=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A68151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68151 is #597EAE. Grayscale: #868686. Windows color (decimal): -5865135 or 5341606. OLE color: 5341606.

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

Color convert

RGB16612981-
CMYK00.220.510.35
HSL33.88º34.41%48.43%-
HSV(B)33.88º51.2%65.1%-
XYZ25.0624.411.17-
YUV134.5997.76150.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 129 (50.78% from 255) = 34.31%
BLUE value IS 81 (32.03% from 255) = 21.54%
R=44.15%
G=34.31%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661298100.220.510.3533.8834.4148.43
HexA681510163323222230
Octal2462011210266343424260
Binary10100110100000011010001010110110011100011100010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68151; }

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

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

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

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

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

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

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

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