#A68454

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

Shades of Muddy Waters #A68454

Tints of Muddy Waters #A68454

Color information

#A68454 (or 0xA68454) is unknown color: approx Muddy Waters. HEX triplet: A6, 84 and 54. RGB value is (166,132,84). Sum of RGB (Red+Green+Blue) = 166+132+84=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A68454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68454 is #597BAB. Grayscale: #888888. Windows color (decimal): -5864364 or 5538982. OLE color: 5538982.

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

Color convert

RGB16613284-
CMYK00.200.490.35
HSL35.12º32.8%49.02%-
HSV(B)35.12º49.4%65.1%-
XYZ25.5825.2511.91-
YUV136.6998.26148.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 84 (33.20% from 255) = 21.99%
R=43.46%
G=34.55%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661328400.200.490.3535.1232.849.02
HexA684540143123232131
Octal2462041240246143434161
Binary10100110100001001010100010100110001100011100011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68454; }

 p { color: rgb(166,132,84); }

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

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

 a { background-color: rgb(166,132,84); }

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

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

 span { border-color: rgb(166,132,84); }

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