#A68152

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

Shades of Muddy Waters #A68152

Tints of Muddy Waters #A68152

Color information

#A68152 (or 0xA68152) is unknown color: approx Muddy Waters. HEX triplet: A6, 81 and 52. RGB value is (166,129,82). Sum of RGB (Red+Green+Blue) = 166+129+82=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A68152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68152 is #597EAD. Grayscale: #868686. Windows color (decimal): -5865134 or 5407142. OLE color: 5407142.

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

Color convert

RGB16612982-
CMYK00.220.510.35
HSL33.57º33.87%48.63%-
HSV(B)33.57º50.6%65.1%-
XYZ25.124.4211.37-
YUV134.7198.26150.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 82 (32.42% from 255) = 21.75%
R=44.03%
G=34.22%
B=21.75%

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
Decimal1661298200.220.510.3533.5733.8748.63
HexA681520163323222231
Octal2462011220266343424261
Binary10100110100000011010010010110110011100011100010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68152; }

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

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

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

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

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

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

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

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