#A98142

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

Shades of Muddy Waters #A98142

Tints of Muddy Waters #A98142

Color information

#A98142 (or 0xA98142) is unknown color: approx Muddy Waters. HEX triplet: A9, 81 and 42. RGB value is (169,129,66). Sum of RGB (Red+Green+Blue) = 169+129+66=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A98142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98142 is #567EBD. Grayscale: #868686. Windows color (decimal): -5668542 or 4358569. OLE color: 4358569.

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

Color convert

RGB16912966-
CMYK00.240.610.34
HSL36.7º43.83%46.08%-
HSV(B)36.7º60.95%66.27%-
XYZ25.224.538.56-
YUV133.7889.75153.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 66 (26.17% from 255) = 18.13%
R=46.43%
G=35.44%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691296600.240.610.3436.743.8346.08
HexA981420183D22252c2e
Octal2512011020307542455456
Binary10101001100000011000010011000111101100010100101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98142; }

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

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

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

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

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

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

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

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