#a3894a

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

Shades of Muddy Waters #A3894A

Tints of Muddy Waters #A3894A

Color information

#A3894A (or 0xA3894A) is unknown color: approx Muddy Waters. HEX triplet: A3, 89 and 4A. RGB value is (163,137,74). Sum of RGB (Red+Green+Blue) = 163+137+74=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3894A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3894A is #5C76B5. Grayscale: #898989. Windows color (decimal): -6059702 or 4884899. OLE color: 4884899.

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

Color convert

RGB16313774-
CMYK00.160.550.36
HSL42.47º37.55%46.47%-
HSV(B)42.47º54.6%63.92%-
XYZ25.2926.1710.2-
YUV137.5992.11146.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 74 (29.30% from 255) = 19.79%
R=43.58%
G=36.63%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631377400.160.550.3642.4737.5546.47
HexA3894A01037242a262e
Octal2432111120206744524656
Binary10100011100010011001010010000110111100100101010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3894a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3894a; }

 p { color: rgb(163,137,74); }

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

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

 a { background-color: rgb(163,137,74); }

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

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

 span { border-color: rgb(163,137,74); }

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