#A2824A

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

Shades of Muddy Waters #A2824A

Tints of Muddy Waters #A2824A

Color information

#A2824A (or 0xA2824A) is unknown color: approx Muddy Waters. HEX triplet: A2, 82 and 4A. RGB value is (162,130,74). Sum of RGB (Red+Green+Blue) = 162+130+74=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A2824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2824A is #5D7DB5. Grayscale: #858585. Windows color (decimal): -6127030 or 4883106. OLE color: 4883106.

HSL color Cylindrical-coordinate representation of color #A2824A: hue angle of 38.18º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2824A is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB16213074-
CMYK00.200.540.36
HSL38.18º37.29%46.27%-
HSV(B)38.18º54.32%63.53%-
XYZ24.1224.149.87-
YUV133.1894.6148.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 74 (29.30% from 255) = 20.22%
R=44.26%
G=35.52%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621307400.200.540.3638.1837.2946.27
HexA2824A014362426252e
Octal2422021120246644464556
Binary10100010100000101001010010100110110100100100110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2824A; }

 p { color: rgb(162,130,74); }

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

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

 a { background-color: rgb(162,130,74); }

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

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

 span { border-color: rgb(162,130,74); }

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