#A48653

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

Shades of Muddy Waters #A48653

Tints of Muddy Waters #A48653

Color information

#A48653 (or 0xA48653) is unknown color: approx Muddy Waters. HEX triplet: A4, 86 and 53. RGB value is (164,134,83). Sum of RGB (Red+Green+Blue) = 164+134+83=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A48653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48653 is #5B79AC. Grayscale: #898989. Windows color (decimal): -5994925 or 5473956. OLE color: 5473956.

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

Color convert

RGB16413483-
CMYK00.180.490.36
HSL37.78º32.79%48.43%-
HSV(B)37.78º49.39%64.31%-
XYZ25.425.5711.78-
YUV137.1697.44147.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 83 (32.81% from 255) = 21.78%
R=43.04%
G=35.17%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641348300.180.490.3637.7832.7948.43
HexA486530123124262130
Octal2442061230226144464160
Binary10100100100001101010011010010110001100100100110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48653; }

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

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

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

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

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

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

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

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