#A98648

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

Shades of Muddy Waters #A98648

Tints of Muddy Waters #A98648

Color information

#A98648 (or 0xA98648) is unknown color: approx Muddy Waters. HEX triplet: A9, 86 and 48. RGB value is (169,134,72). Sum of RGB (Red+Green+Blue) = 169+134+72=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A98648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98648 is #5679B7. Grayscale: #898989. Windows color (decimal): -5667256 or 4753065. OLE color: 4753065.

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

Color convert

RGB16913472-
CMYK00.210.570.34
HSL38.35º40.25%47.25%-
HSV(B)38.35º57.4%66.27%-
XYZ26.0625.959.77-
YUV137.491.1150.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=45.07%
G=35.73%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691347200.210.570.3438.3540.2547.25
HexA98648015392226282f
Octal2512061100257142465057
Binary10101001100001101001000010101111001100010100110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98648; }

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

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

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

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

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

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

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

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