#A6824E

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

Shades of Muddy Waters #A6824E

Tints of Muddy Waters #A6824E

Color information

#A6824E (or 0xA6824E) is unknown color: approx Muddy Waters. HEX triplet: A6, 82 and 4E. RGB value is (166,130,78). Sum of RGB (Red+Green+Blue) = 166+130+78=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A6824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6824E is #597DB1. Grayscale: #878787. Windows color (decimal): -5864882 or 5145254. OLE color: 5145254.

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

Color convert

RGB16613078-
CMYK00.220.530.35
HSL35.45º36.07%47.84%-
HSV(B)35.45º53.01%65.1%-
XYZ25.0824.6210.64-
YUV134.8495.93150.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 130 (51.17% from 255) = 34.76%
BLUE value IS 78 (30.86% from 255) = 20.86%
R=44.39%
G=34.76%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661307800.220.530.3535.4536.0747.84
HexA6824E0163523232430
Octal2462021160266543434460
Binary10100110100000101001110010110110101100011100011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6824E; }

 p { color: rgb(166,130,78); }

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

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

 a { background-color: rgb(166,130,78); }

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

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

 span { border-color: rgb(166,130,78); }

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