#A2814A

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

Shades of Muddy Waters #A2814A

Tints of Muddy Waters #A2814A

Color information

#A2814A (or 0xA2814A) is unknown color: approx Muddy Waters. HEX triplet: A2, 81 and 4A. RGB value is (162,129,74). Sum of RGB (Red+Green+Blue) = 162+129+74=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A2814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2814A is #5D7EB5. Grayscale: #848484. Windows color (decimal): -6127286 or 4882850. OLE color: 4882850.

HSL color Cylindrical-coordinate representation of color #A2814A: hue angle of 37.5º 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 #A2814A is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB16212974-
CMYK00.200.540.36
HSL37.5º37.29%46.27%-
HSV(B)37.5º54.32%63.53%-
XYZ23.9923.889.82-
YUV132.694.93148.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 129 (50.78% from 255) = 35.34%
BLUE value IS 74 (29.30% from 255) = 20.27%
R=44.38%
G=35.34%
B=20.27%

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
Decimal1621297400.200.540.3637.537.2946.27
HexA2814A014362426252e
Octal2422011120246644464556
Binary10100010100000011001010010100110110100100100110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2814A; }

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

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

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

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

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

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

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

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