#A98651

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

Shades of Muddy Waters #A98651

Tints of Muddy Waters #A98651

Color information

#A98651 (or 0xA98651) is unknown color: approx Muddy Waters. HEX triplet: A9, 86 and 51. RGB value is (169,134,81). Sum of RGB (Red+Green+Blue) = 169+134+81=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A98651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98651 is #5679AE. Grayscale: #8A8A8A. Windows color (decimal): -5667247 or 5342889. OLE color: 5342889.

HSL color Cylindrical-coordinate representation of color #A98651: hue angle of 36.14º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A98651 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB16913481-
CMYK00.210.520.34
HSL36.14º35.2%49.02%-
HSV(B)36.14º52.07%66.27%-
XYZ26.3726.0811.43-
YUV138.4295.6149.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 81 (32.03% from 255) = 21.09%
R=44.01%
G=34.90%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691348100.210.520.3436.1435.249.02
HexA986510153422242331
Octal2512061210256442444361
Binary10101001100001101010001010101110100100010100100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98651; }

 p { color: rgb(169,134,81); }

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

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

 a { background-color: rgb(169,134,81); }

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

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

 span { border-color: rgb(169,134,81); }

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