#A68A4A

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

Shades of Muddy Waters #A68A4A

Tints of Muddy Waters #A68A4A

Color information

#A68A4A (or 0xA68A4A) is unknown color: approx Muddy Waters. HEX triplet: A6, 8A and 4A. RGB value is (166,138,74). Sum of RGB (Red+Green+Blue) = 166+138+74=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68A4A is #5975B5. Grayscale: #8B8B8B. Windows color (decimal): -5862838 or 4885158. OLE color: 4885158.

HSL color Cylindrical-coordinate representation of color #A68A4A: hue angle of 41.74º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A68A4A is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16613874-
CMYK00.170.550.35
HSL41.74º38.33%47.06%-
HSV(B)41.74º55.42%65.1%-
XYZ26.0526.7810.27-
YUV139.0891.28147.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 74 (29.30% from 255) = 19.58%
R=43.92%
G=36.51%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661387400.170.550.3541.7438.3347.06
HexA68A4A01137232a262f
Octal2462121120216743524657
Binary10100110100010101001010010001110111100011101010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68A4A; }

 p { color: rgb(166,138,74); }

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

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

 a { background-color: rgb(166,138,74); }

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

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

 span { border-color: rgb(166,138,74); }

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