#A48650

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

Shades of Muddy Waters #A48650

Tints of Muddy Waters #A48650

Color information

#A48650 (or 0xA48650) is unknown color: approx Muddy Waters. HEX triplet: A4, 86 and 50. RGB value is (164,134,80). Sum of RGB (Red+Green+Blue) = 164+134+80=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A48650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48650 is #5B79AF. Grayscale: #898989. Windows color (decimal): -5994928 or 5277348. OLE color: 5277348.

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

Color convert

RGB16413480-
CMYK00.180.510.36
HSL38.57º34.43%47.84%-
HSV(B)38.57º51.22%64.31%-
XYZ25.2825.5211.18-
YUV136.8195.94147.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.39%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 80 (31.64% from 255) = 21.16%
R=43.39%
G=35.45%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641348000.180.510.3638.5734.4347.84
HexA486500123324272230
Octal2442061200226344474260
Binary10100100100001101010000010010110011100100100111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48650; }

 p { color: rgb(164,134,80); }

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

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

 a { background-color: rgb(164,134,80); }

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

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

 span { border-color: rgb(164,134,80); }

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