Html Css Color HEX #A98050 Muddy Waters

📋 copy color: '#A98050'

red 169 ◦ green 128 ◦ blue 80

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

Shades of Muddy Waters #A98050

Tints of Muddy Waters #A98050

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.95%

 BLUE value IS 80 (31.64% from 255) = 21.22%

R = 44.83%
G = 33.95%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A98050 (or 0xA98050) is known color: Muddy Waters. HEX triplet: A9, 80 and 50. RGB value is (169,128,80). Sum of RGB (Red+Green+Blue) = 169+128+80=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A98050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98050 is #567FAF. Grayscale: #878787. Windows color (decimal): -5668784 or 5275817. OLE color: 5275817.

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

Color convert

RGB 169 128 80 -
CMYK 0 0.24 0.53 0.34
HSL 32.36º 0.36% 0.49% -
HSV(B) 32.36º 0.53% 0.66% -
XYZ 25.53 24.45 10.96 -
YUV 134.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 169 128 80 0 0.24 0.53 0.34 32.36 0.36 0.49
Hex A9 80 50 0 18 35 22 20 24 31
Octal 251 200 120 0 30 65 42 40 44 61
Binary 10101001 10000000 1010000 0 11000 110101 100010 100000 100100 110001

Color Harmonies of #A98050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98050

Black with #A98050

Text Example


Text Example

White with #A98050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98050; }

 p { color: rgb(169,128,80); }

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

background-color css

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

 a { background-color: rgb(169,128,80); }

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

border-color css

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

 span { border-color: rgb(169,128,80); }

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