#A3864B

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

Shades of Muddy Waters #A3864B

Tints of Muddy Waters #A3864B

Color information

#A3864B (or 0xA3864B) is unknown color: approx Muddy Waters. HEX triplet: A3, 86 and 4B. RGB value is (163,134,75). Sum of RGB (Red+Green+Blue) = 163+134+75=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A3864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3864B is #5C79B4. Grayscale: #888888. Windows color (decimal): -6060469 or 4949667. OLE color: 4949667.

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

Color convert

RGB16313475-
CMYK00.180.540.36
HSL40.23º36.97%46.67%-
HSV(B)40.23º53.99%63.92%-
XYZ24.925.3410.24-
YUV135.9493.61147.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.82%
GREEN value IS 134 (52.73% from 255) = 36.02%
BLUE value IS 75 (29.69% from 255) = 20.16%
R=43.82%
G=36.02%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631347500.180.540.3640.2336.9746.67
HexA3864B012362428252f
Octal2432061130226644504557
Binary10100011100001101001011010010110110100100101000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3864B; }

 p { color: rgb(163,134,75); }

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

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

 a { background-color: rgb(163,134,75); }

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

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

 span { border-color: rgb(163,134,75); }

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