#A98157

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

Shades of Muddy Waters #A98157

Tints of Muddy Waters #A98157

Color information

#A98157 (or 0xA98157) is unknown color: approx Muddy Waters. HEX triplet: A9, 81 and 57. RGB value is (169,129,87). Sum of RGB (Red+Green+Blue) = 169+129+87=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A98157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98157 is #567EA8. Grayscale: #888888. Windows color (decimal): -5668521 or 5734825. OLE color: 5734825.

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

Color convert

RGB16912987-
CMYK00.240.490.34
HSL30.73º32.28%50.2%-
HSV(B)30.73º48.52%66.27%-
XYZ25.9324.8212.44-
YUV136.17100.25151.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 87 (34.38% from 255) = 22.60%
R=43.90%
G=33.51%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691298700.240.490.3430.7332.2850.2
HexA9815701831221f2032
Octal2512011270306142374062
Binary1010100110000001101011101100011000110001011111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98157; }

 p { color: rgb(169,129,87); }

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

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

 a { background-color: rgb(169,129,87); }

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

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

 span { border-color: rgb(169,129,87); }

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