#A2824F

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

Shades of Muddy Waters #A2824F

Tints of Muddy Waters #A2824F

Color information

#A2824F (or 0xA2824F) is unknown color: approx Muddy Waters. HEX triplet: A2, 82 and 4F. RGB value is (162,130,79). Sum of RGB (Red+Green+Blue) = 162+130+79=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2824F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2824F is #5D7DB0. Grayscale: #858585. Windows color (decimal): -6127025 or 5210786. OLE color: 5210786.

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

Color convert

RGB16213079-
CMYK00.200.510.36
HSL36.87º34.44%47.25%-
HSV(B)36.87º51.23%63.53%-
XYZ24.2924.2110.79-
YUV133.7597.1148.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 79 (31.25% from 255) = 21.29%
R=43.67%
G=35.04%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621307900.200.510.3636.8734.4447.25
HexA2824F014332425222f
Octal2422021170246344454257
Binary10100010100000101001111010100110011100100100101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2824F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2824F; }

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

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

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

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

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

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

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

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