#A98552

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

Shades of Muddy Waters #A98552

Tints of Muddy Waters #A98552

Color information

#A98552 (or 0xA98552) is unknown color: approx Muddy Waters. HEX triplet: A9, 85 and 52. RGB value is (169,133,82). Sum of RGB (Red+Green+Blue) = 169+133+82=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A98552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98552 is #567AAD. Grayscale: #8A8A8A. Windows color (decimal): -5667502 or 5408169. OLE color: 5408169.

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

Color convert

RGB16913382-
CMYK00.210.510.34
HSL35.17º34.66%49.22%-
HSV(B)35.17º51.48%66.27%-
XYZ26.2725.8211.58-
YUV137.9596.43150.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 133 (52.34% from 255) = 34.64%
BLUE value IS 82 (32.42% from 255) = 21.35%
R=44.01%
G=34.64%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691338200.210.510.3435.1734.6649.22
HexA985520153322232331
Octal2512051220256342434361
Binary10101001100001011010010010101110011100010100011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98552; }

 p { color: rgb(169,133,82); }

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

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

 a { background-color: rgb(169,133,82); }

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

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

 span { border-color: rgb(169,133,82); }

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