#A38046

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

Shades of Muddy Waters #A38046

Tints of Muddy Waters #A38046

Color information

#A38046 (or 0xA38046) is unknown color: approx Muddy Waters. HEX triplet: A3, 80 and 46. RGB value is (163,128,70). Sum of RGB (Red+Green+Blue) = 163+128+70=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A38046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38046 is #5C7FB9. Grayscale: #848484. Windows color (decimal): -6062010 or 4620451. OLE color: 4620451.

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

Color convert

RGB16312870-
CMYK00.210.570.36
HSL37.42º39.91%45.69%-
HSV(B)37.42º57.06%63.92%-
XYZ23.9323.679.1-
YUV131.8593.1150.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 70 (27.73% from 255) = 19.39%
R=45.15%
G=35.46%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631287000.210.570.3637.4239.9145.69
HexA38046015392425282e
Octal2432001060257144455056
Binary10100011100000001000110010101111001100100100101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38046; }

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

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

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

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

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

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

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

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