#A3804A

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

Shades of Muddy Waters #A3804A

Tints of Muddy Waters #A3804A

Color information

#A3804A (or 0xA3804A) is unknown color: approx Muddy Waters. HEX triplet: A3, 80 and 4A. RGB value is (163,128,74). Sum of RGB (Red+Green+Blue) = 163+128+74=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A3804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3804A is #5C7FB5. Grayscale: #848484. Windows color (decimal): -6062006 or 4882595. OLE color: 4882595.

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

Color convert

RGB16312874-
CMYK00.210.550.36
HSL36.4º37.55%46.47%-
HSV(B)36.4º54.6%63.92%-
XYZ24.0623.729.79-
YUV132.3195.1149.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.66%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 74 (29.30% from 255) = 20.27%
R=44.66%
G=35.07%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631287400.210.550.3636.437.5546.47
HexA3804A015372424262e
Octal2432001120256744444656
Binary10100011100000001001010010101110111100100100100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3804A; }

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

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

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

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

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

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

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

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