Html Css Color HEX #A98149 Muddy Waters

📋 copy color: '#A98149'

red 169 ◦ green 129 ◦ blue 73

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

Shades of Muddy Waters #A98149

Tints of Muddy Waters #A98149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

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

R = 45.55%
G = 34.77%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A98149 (or 0xA98149) is known color: Muddy Waters. HEX triplet: A9, 81 and 49. RGB value is (169,129,73). Sum of RGB (Red+Green+Blue) = 169+129+73=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A98149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98149 is #567EB6. Grayscale: #868686. Windows color (decimal): -5668535 or 4817321. OLE color: 4817321.

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

Color convert

RGB 169 129 73 -
CMYK 0 0.24 0.57 0.34
HSL 35º 0.4% 0.47% -
HSV(B) 35º 0.57% 0.66% -
XYZ 25.42 24.62 9.72 -
YUV 134.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 169 129 73 0 0.24 0.57 0.34 35 0.4 0.47
Hex A9 81 49 0 18 39 22 23 28 2F
Octal 251 201 111 0 30 71 42 43 50 57
Binary 10101001 10000001 1001001 0 11000 111001 100010 100011 101000 101111

Color Harmonies of #A98149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98149

Black with #A98149

Text Example


Text Example

White with #A98149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98149; }

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

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

background-color css

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

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

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

border-color css

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

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

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