#a98352

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

Shades of Muddy Waters #A98352

Tints of Muddy Waters #A98352

Color information

#A98352 (or 0xA98352) is unknown color: approx Muddy Waters. HEX triplet: A9, 83 and 52. RGB value is (169,131,82). Sum of RGB (Red+Green+Blue) = 169+131+82=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A98352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98352 is #567CAD. Grayscale: #898989. Windows color (decimal): -5668014 or 5407657. OLE color: 5407657.

HSL color Cylindrical-coordinate representation of color #A98352: hue angle of 33.79º 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 #A98352 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB16913182-
CMYK00.220.510.34
HSL33.79º34.66%49.22%-
HSV(B)33.79º51.48%66.27%-
XYZ2625.2811.49-
YUV136.7897.09150.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 131 (51.56% from 255) = 34.29%
BLUE value IS 82 (32.42% from 255) = 21.47%
R=44.24%
G=34.29%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691318200.220.510.3433.7934.6649.22
HexA983520163322222331
Octal2512031220266342424361
Binary10101001100000111010010010110110011100010100010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a98352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a98352; }

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

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

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

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

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

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

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

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