#A2864E

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

Shades of Muddy Waters #A2864E

Tints of Muddy Waters #A2864E

Color information

#A2864E (or 0xA2864E) is unknown color: approx Muddy Waters. HEX triplet: A2, 86 and 4E. RGB value is (162,134,78). Sum of RGB (Red+Green+Blue) = 162+134+78=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A2864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2864E is #5D79B1. Grayscale: #888888. Windows color (decimal): -6126002 or 5146274. OLE color: 5146274.

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

Color convert

RGB16213478-
CMYK00.170.520.36
HSL40º35%47.06%-
HSV(B)40º51.85%63.53%-
XYZ24.825.2810.78-
YUV135.9995.28146.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 134 (52.73% from 255) = 35.83%
BLUE value IS 78 (30.86% from 255) = 20.86%
R=43.32%
G=35.83%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621347800.170.520.36403547.06
HexA2864E011342428232f
Octal2422061160216444504357
Binary10100010100001101001110010001110100100100101000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2864E; }

 p { color: rgb(162,134,78); }

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

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

 a { background-color: rgb(162,134,78); }

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

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

 span { border-color: rgb(162,134,78); }

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