Html Css Color HEX #A97C50 Muddy Waters

📋 copy color: '#A97C50'

red 169 ◦ green 124 ◦ blue 80

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

Shades of Muddy Waters #A97C50

Tints of Muddy Waters #A97C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.24%

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

R = 45.31%
G = 33.24%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A97C50 (or 0xA97C50) is known color: Muddy Waters. HEX triplet: A9, 7C and 50. RGB value is (169,124,80). Sum of RGB (Red+Green+Blue) = 169+124+80=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97C50 is #5683AF. Grayscale: #848484. Windows color (decimal): -5669808 or 5274793. OLE color: 5274793.

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

Color convert

RGB 169 124 80 -
CMYK 0 0.27 0.53 0.34
HSL 29.66º 0.36% 0.49% -
HSV(B) 29.66º 0.53% 0.66% -
XYZ 25.02 23.43 10.79 -
YUV 132.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 169 124 80 0 0.27 0.53 0.34 29.66 0.36 0.49
Hex A9 7C 50 0 1B 35 22 1E 24 31
Octal 251 174 120 0 33 65 42 36 44 61
Binary 10101001 1111100 1010000 0 11011 110101 100010 11110 100100 110001

Color Harmonies of #A97C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97C50

Black with #A97C50

Text Example


Text Example

White with #A97C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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