Html Css Color HEX #A98349 Muddy Waters

📋 copy color: '#A98349'

red 169 ◦ green 131 ◦ blue 73

#A98349
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muddy Waters #A98349

Tints of Muddy Waters #A98349

RGB

 RED value IS 169 (66.41% from 255) = 45.31%

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 73 (28.91% from 255) = 19.57%

R = 45.31%
G = 35.12%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A98349 (or 0xA98349) is known color: Muddy Waters. HEX triplet: A9, 83 and 49. RGB value is (169,131,73). Sum of RGB (Red+Green+Blue) = 169+131+73=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A98349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98349 is #567CB6. Grayscale: #888888. Windows color (decimal): -5668023 or 4817833. OLE color: 4817833.

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

Color convert

RGB 169 131 73 -
CMYK 0 0.22 0.57 0.34
HSL 36.25º 0.4% 0.47% -
HSV(B) 36.25º 0.57% 0.66% -
XYZ 25.68 25.15 9.8 -
YUV 135.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 169 131 73 0 0.22 0.57 0.34 36.25 0.4 0.47
Hex A9 83 49 0 16 39 22 24 28 2F
Octal 251 203 111 0 26 71 42 44 50 57
Binary 10101001 10000011 1001001 0 10110 111001 100010 100100 101000 101111

Color Harmonies of #A98349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98349

Black with #A98349

Text Example


Text Example

White with #A98349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98349; }

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

 H1.HeaderClassName
 {
   color: #A98349;
 }
 .AnyTagClassName
 {
   color: #A98349;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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