Html Css Color HEX #A97950 Muddy Waters

📋 copy color: '#A97950'

red 169 ◦ green 121 ◦ blue 80

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

Shades of Muddy Waters #A97950

Tints of Muddy Waters #A97950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.7%

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

R = 45.68%
G = 32.7%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A97950 (or 0xA97950) is known color: Muddy Waters. HEX triplet: A9, 79 and 50. RGB value is (169,121,80). Sum of RGB (Red+Green+Blue) = 169+121+80=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A97950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97950 is #5686AF. Grayscale: #828282. Windows color (decimal): -5670576 or 5274025. OLE color: 5274025.

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

Color convert

RGB 169 121 80 -
CMYK 0 0.28 0.53 0.34
HSL 27.64º 0.36% 0.49% -
HSV(B) 27.64º 0.53% 0.66% -
XYZ 24.65 22.69 10.67 -
YUV 130.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 169 121 80 0 0.28 0.53 0.34 27.64 0.36 0.49
Hex A9 79 50 0 1C 35 22 1C 24 31
Octal 251 171 120 0 34 65 42 34 44 61
Binary 10101001 1111001 1010000 0 11100 110101 100010 11100 100100 110001

Color Harmonies of #A97950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97950

Black with #A97950

Text Example


Text Example

White with #A97950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97950; }

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

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

background-color css

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

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

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

border-color css

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

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

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